micropython/ports/mimxrt/boards/MIMXRT1010_EVK
Philipp Ebensberger 02cc4462b7 mimxrt: Add initial impl of machine.LED class, and basic pin support.
This commit implements an LED class with rudimentary parts of a pin C API
to support it.  The LED class does not yet support setting an intensity.

This LED class is put in the machine module for the time being, until a
better place is found.

One LED is supported on TEENSY40 and MIMXRT1010_EVK boards.
2020-06-05 11:47:48 +10:00
..
evkmimxrt1010_flexspi_nor_config.h mimxrt: Add MIMXRT1010 board. 2020-03-11 15:36:27 +11:00
flash_config.c mimxrt: Add MIMXRT1010 board. 2020-03-11 15:36:27 +11:00
mpconfigboard.h mimxrt: Add initial impl of machine.LED class, and basic pin support. 2020-06-05 11:47:48 +10:00
mpconfigboard.mk mimxrt: Add MIMXRT1010 board. 2020-03-11 15:36:27 +11:00
pins.c mimxrt: Add initial impl of machine.LED class, and basic pin support. 2020-06-05 11:47:48 +10:00
pins.h mimxrt: Add initial impl of machine.LED class, and basic pin support. 2020-06-05 11:47:48 +10:00