rp-hal-boards/rp2040-hal/examples
Hmvp ffa97842e2
Improve clock frequency stuff for uninitialized clocks and add some examples (#64)
* Improve clock frequency stuff for uninitialized clocks

- Made clocks singletons so the frequency handling actually works as expected
- Added initial frequencies
- Improved the docs
- Added a Clock trait

* Add pico examples.

These have the benefit of knowing which external crystal is attached.
Even though it always should be a 12 MHz crystal.
Thus we can setup the clocks properly

I also changed the rp2040 examples to work out of the box for pico boards since that will probably be used most of the time
2021-07-26 20:24:58 +10:00
..
blinky.rs Massive GPIO refactor 2021-07-03 10:32:43 +10:00
gpio_in_out.rs Improve clock frequency stuff for uninitialized clocks and add some examples (#64) 2021-07-26 20:24:58 +10:00
i2c.rs I2C (#56) 2021-07-25 02:16:07 +10:00
lcd_display.rs Add HD44780 example (#60) 2021-07-23 18:37:36 +10:00
pwm_blink.rs Improve clock frequency stuff for uninitialized clocks and add some examples (#64) 2021-07-26 20:24:58 +10:00