diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-09-24 00:13:11 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-09-26 06:50:09 -0400 |
| commit | c15509282eeb620b6ce70059ea10c4657cff7474 (patch) | |
| tree | 361ab3803fdd0748565f69b5a56824ac84f2e23c /src/lib.rs | |
| parent | 34f44829237f33a9940c12f57126a53f2a9c23f3 (diff) | |
pio i2s
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,4 +12,5 @@ pub enum Uplink { )] pub enum Downlink { Pong, + PDM(molybdos::heapless::Vec<u8, 48>), } |
