Update README.md
This commit is contained in:
parent
85b222113e
commit
09574c860b
1 changed files with 19 additions and 2 deletions
|
|
@ -3,5 +3,22 @@
|
|||
Works, but I don't know how to midi. Enumerates as midi interface.
|
||||
|
||||
Todo:
|
||||
[ ] Do something with MIDI
|
||||
[ ] Add example
|
||||
- [ ] Do something with MIDI
|
||||
- [ ] Add example
|
||||
|
||||
Midi stack based on:
|
||||
https://github.com/keshikan/CureMIDI
|
||||
|
||||
## USB-MIDI Interface (2IN/2OUT) for STM32 "CureMIDI"
|
||||
|
||||
### Author
|
||||
|
||||
(c) 2018 Keshikan ( [Website](http://www.keshikan.net/), [Twitter](https://twitter.com/keshinomi_88pro) )
|
||||
|
||||
### License
|
||||
|
||||
* USB MIDI Class Driver: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
||||
* STM32 CubeF0: BSD-3-Clause based.
|
||||
* Other Codes, Hardware, Schematic: [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)
|
||||
|
||||
See also [LICENSE.md](./LICENSE.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue