Commit graph

11 commits

Author SHA1 Message Date
Alex Janka f8367a5911 update usb-device 2023-03-27 18:15:58 +11:00
Florian Jung dd71bcaeb0 Corrected expected total descriptor length 2021-04-13 00:40:30 +02:00
dependabot-preview[bot] 8f640eb02f
Update nb requirement from 0.1.2 to 1.0.0
Updates the requirements on [nb](https://github.com/rust-embedded/nb) to permit the latest version.
- [Release notes](https://github.com/rust-embedded/nb/releases)
- [Changelog](https://github.com/rust-embedded/nb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-embedded/nb/compare/v0.1.2...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01 04:00:57 +00:00
Patric Kanngießer dea3594e37 Implemented basic midi receive 2020-12-25 15:36:47 +01:00
beau trepp 468ce4ed39 Adds in some derivation traits
This allows other structs to easily copy
the data around
2020-01-12 16:43:08 +08:00
beau trepp c15f980db3 Adds in crate information to license file 2019-12-27 18:38:51 +08:00
beau trepp 9207334ff1 Simplifies dependency definition
Is this what broke dependabot?
2019-12-27 18:32:41 +08:00
beau trepp d151a05787 Strengthens raw midi packet.
It now very strongly depends on U7s when appropriate
2019-12-20 15:51:23 +08:00
beau trepp dd37e5efcc Refactoring
Swaps a few things around, and adds some better types
2019-12-12 19:45:58 +08:00
beau trepp 0f31acf6ce Adds in midi note enums
This should be much more human readable,
rather than relying on knowing the midi codes.

It should be represented the same way anyway,
and also works with sharps/flats
2019-09-17 21:13:19 +08:00
beau trepp 317c9ed2f8 Initial midi device implementation 2019-09-15 15:53:49 +08:00