From 6ab94e0b318884bbcb95e2ea3835f951502e1d99 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 14 Oct 2020 12:47:28 +0200 Subject: Move firmware into subdirectory --- midi-dials/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 midi-dials/README.md (limited to 'midi-dials/README.md') diff --git a/midi-dials/README.md b/midi-dials/README.md deleted file mode 100644 index 5d221ba..0000000 --- a/midi-dials/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Midi implementation for IBM-dials-retrofit - -Works, but I don't know how to midi. Enumerates as midi interface. - -Todo: - - [ ] 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) -- cgit