pimoroni-pico/micropython/modules/pico_rgb_keypad
Phil Howard b2006878d3 Fix include paths in MicroPython modules
The ../../../pimoroni-pico path was selecting the "pimoroni-pico" directory adjacent my "micropython" directory

However I was attempting to build against one in a different parent directory.

This resulted in the MicroPython modules including the wrong (old) header and exploding.
2021-03-30 15:50:18 +01:00
..
micropython.cmake Drop redundant -D 2021-03-23 13:00:01 +00:00
micropython.mk Added c++ code and mpy wrapper for pico_rgb_keypad, with examples 2021-01-19 18:40:51 +00:00
pico_rgb_keypad.c Added c++ code and mpy wrapper for pico_rgb_keypad, with examples 2021-01-19 18:40:51 +00:00
pico_rgb_keypad.cpp Fix include paths in MicroPython modules 2021-03-30 15:50:18 +01:00
pico_rgb_keypad.h Added c++ code and mpy wrapper for pico_rgb_keypad, with examples 2021-01-19 18:40:51 +00:00