pimoroni-pico/drivers/ltr559
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
..
CMakeLists.txt C++ and MP support and example for LTR559 breakout (#135) 2021-05-06 09:48:17 +01:00
ltr559.cmake Add common I2C class 2021-05-14 23:02:38 +01:00
ltr559.cpp Add common I2C class 2021-05-14 23:02:38 +01:00
ltr559.hpp Switch drivers over to I2C class, tidy up common include 2021-05-17 11:46:12 +01:00