mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 19:30:53 +02:00
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>
5 lines
137 B
C
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);
|