Files
micropython/ports/stm32/boards/LEGO_HUB_NO6/hub_display.h
Tobias Thyrrestrup 7a1edb91cb stm32/boards/LEGO_HUB_NO6: Add board definition for LEGO_HUB_NO6.
Add basic support for LEGO HUB NO.6 (e.g. LEGO SPIKE Prime, LEGO MINDSTORMS
Robot Inventor).

See README.md for details.

Thanks to @dpgeorge for helping put this together.

Signed-off-by: Tobias Thyrrestrup <tt@LEGO.com>
2021-07-31 10:25:18 +10:00

5 lines
137 B
C

void hub_display_on(void);
void hub_display_off(void);
void hub_display_update(void);
void hub_display_set(uint8_t led, uint16_t value);