pimoroni-pico/examples
Phil Howard 445737088f Switch drivers over to I2C class, tidy up common include
Removes all driver-specific SDA/SCL pin definitions and defaults.
Pin type is "uint" everywhere, but "PIN_UNUSED" is *int*_max for MicroPython compat. That's still a lot of pins!
Adds baudrate to the I2C class, and allows a driver (like Trackball) to check the baudrate is supported
2021-05-17 11:46:12 +01:00
..
breakout_as7262 Add common I2C class 2021-05-14 23:02:38 +01:00
breakout_colourlcd160x80 Removed unneeded includes 2021-05-07 11:10:48 +01:00
breakout_colourlcd240x240 Fewer, faster circles in 240x240 LCD demo 2021-05-07 13:48:56 +01:00
breakout_dotmatrix Add common I2C class 2021-05-14 23:02:38 +01:00
breakout_encoder Add common I2C class 2021-05-14 23:02:38 +01:00
breakout_ioexpander Enable stdio UART for IOE examples 2021-05-14 12:58:16 +01:00
breakout_ltr559 Switch drivers over to I2C class, tidy up common include 2021-05-17 11:46:12 +01:00
breakout_matrix11x7 Add common I2C class 2021-05-14 23:02:38 +01:00
breakout_mics6814 Fix MICS6814 heater enable, improve demo 2021-05-14 12:41:46 +01:00
breakout_msa301 Add common I2C class 2021-05-14 23:02:38 +01:00
breakout_potentiometer Add common I2C class 2021-05-14 23:02:38 +01:00
breakout_rgbmatrix5x5 Add common I2C class 2021-05-14 23:02:38 +01:00
breakout_roundlcd Add a common header for pins and settings 2021-05-14 21:55:19 +01:00
breakout_rtc Add common I2C class 2021-05-14 23:02:38 +01:00
breakout_sgp30 Add common I2C class 2021-05-14 23:02:38 +01:00
breakout_trackball Switch drivers over to I2C class, tidy up common include 2021-05-17 11:46:12 +01:00
pico_audio Add README for Pico Audio extras setup 2021-03-31 17:18:48 +01:00
pico_display Graphics Enhancements (#8) 2021-01-23 23:41:09 +00:00
pico_enc_explorer PicoExplorer C demos for Enc and Pot 2021-05-14 12:41:46 +01:00
pico_explorer Drop £ from text demo 2021-03-29 13:33:48 +01:00
pico_pot_explorer PicoExplorer C demos for Enc and Pot 2021-05-14 12:41:46 +01:00
pico_rgb_keypad Added c++ code and mpy wrapper for pico_rgb_keypad, with examples 2021-01-19 18:40:51 +00:00
pico_rtc_display Updated RV3028 driver to our coding style and included a standalone C example 2021-05-14 13:15:08 +01:00
pico_scroll Move scroll_text, show_text, bitmap_1d and set_pixels into C++ library 2021-04-22 20:00:25 +01:00
pico_tof_display Tweak and clean up TOF demo 2021-02-23 11:17:14 +00:00
pico_trackball_display C++ and MP support and example for Trackball breakout (#134) 2021-05-04 22:29:53 +01:00
pico_unicorn perform updates via repeated dma transfer instead of blocking writes to the pio fifo 2021-01-19 07:09:58 +00:00
pico_unicorn_plasma Enable stdio UART where it's disabled 2021-05-14 10:44:12 +01:00
pico_wireless Enable stdio UART where it's disabled 2021-05-14 10:44:12 +01:00
CMakeLists.txt Updated RV3028 driver to our coding style and included a standalone C example 2021-05-14 13:15:08 +01:00