pimoroni-pico/drivers
Phil Howard 53429e0c6f Do not pio_sm_unclaim for MicroPython
Adds an ifdef guard around `pio_sm_unclaim` that prevents it being called when MicroPython cleans up/finalizes classes.

For some reason this appeared to be causing a hardfault.
2021-08-25 16:06:51 +01:00
..
analog Added analog class for plasma current reading 2021-08-19 12:58:13 +01:00
as7262 Fix AS7262 constructor and example 2021-05-18 11:36:14 +01:00
bh1745 BH1745 MicroPython bindings & example 2021-07-30 12:41:06 +01:00
bme68x Added Plasma2040 example that displays data from the BME68x 2021-08-20 18:17:39 +01:00
bme280 Add MicroPython bindings for BME280 and BMP280 2021-08-02 14:20:59 +01:00
bmp280 Add MicroPython bindings for BME280 and BMP280 2021-08-02 14:20:59 +01:00
button Add RGBLED and Button libraries 2021-07-20 15:34:24 +01:00
esp32spi
fatfs Pico Wireless HTTP SD Card demo 2021-05-05 17:32:35 +01:00
ioexpander Plasma 2040 library & examples 2021-08-02 14:36:01 +01:00
is31fl3731 Add common I2C class 2021-05-14 23:02:38 +01:00
ltp305 Tidy up constructors, drop unused variables, const single addr 2021-05-17 14:50:49 +01:00
ltr559 Fix LTR559 duty cycle 2021-07-30 13:30:42 +01:00
msa301 Tidy up constructors, drop unused variables, const single addr 2021-05-17 14:50:49 +01:00
plasma Do not pio_sm_unclaim for MicroPython 2021-08-25 16:06:51 +01:00
rgbled Add RGBLED and Button libraries 2021-07-20 15:34:24 +01:00
rv3028 Tidy up constructors, drop unused variables, const single addr 2021-05-17 14:50:49 +01:00
sdcard Add BSD 2c license to sdcard driver 2021-05-07 11:13:04 +01:00
sgp30 Tidy up constructors, drop unused variables, const single addr 2021-05-17 14:50:49 +01:00
st7735 Fix Pico Explorer SPI for #162 2021-06-05 19:06:11 +01:00
st7789 Fix some ST7789 regs 2021-07-20 15:22:31 +01:00
trackball Tidy up constructors, drop unused variables, const single addr 2021-05-17 14:50:49 +01:00
vl53l1x Remove unecessary manual conversion to byte arrays 2021-05-17 16:05:09 +01:00
CMakeLists.txt Move apa and ws PIO into drivers so they can be easily used with more boards 2021-08-19 13:40:46 +01:00