rp-hal-boards/boards/pico/examples
Wilfried Chauveau 46e580b852
Adds an example of using the PIO as I2C driver to control an LM75B temperature sensor (#180)
* Add pico_i2c_pio example

* Update pico_i2c_pio's main function documentation

* Update bootloader reference.

* Implement uart output for the pico_i2c_pio example.

* pin to a specific rev of i2c-pio

* Bump i2c-pio to get the fix for write_read
2021-10-23 22:45:13 +11:00
..
pico_blinky.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
pico_countdown_blinky.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
pico_gpio_in_out.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
pico_i2c_pio.rs Adds an example of using the PIO as I2C driver to control an LM75B temperature sensor (#180) 2021-10-23 22:45:13 +11:00
pico_pwm_blink.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
pico_rtic.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
pico_usb_serial.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
pico_usb_serial_interrupt.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00
pico_usb_twitchy_mouse.rs Switch to new rp2040-boot2 crate. 2021-10-18 10:53:17 +01:00