embassy/examples/stm32l0/src/bin
Grant Miller 5ecbe5c918 embassy-stm32: Simplify time
- Remove unused `MilliSeconds`, `MicroSeconds`, and `NanoSeconds` types
- Remove `Bps`, `KiloHertz`, and `MegaHertz` types that were only used
for converting to `Hertz`
- Replace all instances of `impl Into<Hertz>` with `Hertz`
- Add `hz`, `khz`, and `mhz` methods to `Hertz`, as well as
free function shortcuts
- Remove `U32Ext` extension trait
2022-07-10 21:46:45 -05:00
..
blinky.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
button_exti.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
button.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
flash.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
lorawan.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
raw_spawn.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
spi.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
usart_dma.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
usart_irq.rs Run rustfmt. 2022-06-12 22:22:31 +02:00