https://github.com/upsilon/ymf825.spi
The component for nanase/ymf825 interact with System.Device.* APIs.
https://github.com/upsilon/ymf825.spi
c-sharp raspberry-pi ymf825 ymf825board
Last synced: about 2 months ago
JSON representation
The component for nanase/ymf825 interact with System.Device.* APIs.
- Host: GitHub
- URL: https://github.com/upsilon/ymf825.spi
- Owner: upsilon
- License: apache-2.0
- Created: 2019-02-23T19:46:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T15:17:06.000Z (over 7 years ago)
- Last Synced: 2024-10-11T20:35:04.683Z (over 1 year ago)
- Topics: c-sharp, raspberry-pi, ymf825, ymf825board
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
Awesome Lists containing this project
README
= Ymf825.Spi
Ymf825.Spi provides access to link:https://yamaha-webmusic.github.io/ymf825board/intro/[YMF825Board] functionality for link:https://dotnet.github.io/[.NET Core] **based on link:https://www.nuget.org/packages/System.Device.Gpio/[System.Device.*] APIs**. :notes:
== :bulb: Introduction
This library provides additional components for link:https://github.com/nanase/ymf825[nanase/Ymf825].
It uses _pre-released_ link:https://www.nuget.org/packages/System.Device.Gpio/[System.Device.*] APIs to access GPIO pins and SPI bus.
It is intended to operate the YMF825Board from devices that have support SPI natively such as Raspberry Pi.
If you want to use YMF825Board from PC *over USB-SPI adapter*, you should use the Ymf825 built-in components such as link:https://github.com/nanase/ymf825/blob/feature/2.0/Ymf825/IO/AdafruitFt232hInterface.cs[AdafruitFt232HInterface] class and no need to use this library.
== :heavy_check_mark: Supported Device
- Raspberry Pi 3 Model B
- Raspbian
- link:https://yamaha-webmusic.github.io/ymf825board/intro/[YMF825Board] rev.A
== :hammer_and_wrench: Requirements
- .NET Core 2.1 or later
- link:https://github.com/nanase/ymf825[nanase/Ymf825] 2.0.0 (not compatible with 1.0.0)
== :black_nib: License
Copyright © 2019 Kimura Youichi
This software is licensed under link:./LICENSE[Apache License, Version 2.0].