10f85fee18
This adds support for the LEGO Hub No. 7, aka LEGO Technic Small hub, aka LEGO SPIKE Essential hub. This board is largely similar to Hub No. 6: - Same MCU (STM32F413 - different packaging with fewer pins). - Same Bluetooth chip (TI CC2564). - Same IMU chip. - Similar external flash chip - 4MiB instead of 32MiB. - 2 I/O ports instead of 6. - No display - only status and battery LEDs. - Different LED driver chip. - Only 1 button which is also the power button. - No speaker. Signed-off-by: David Lechner <david@pybricks.com>
4 lines
96 B
C
4 lines
96 B
C
// LEGO_HUB_NO7 is identical to LEGO_HUB_NO6 in this regard.
|
|
|
|
#include "../LEGO_HUB_NO6/bdev.c"
|