mirror of
https://github.com/EFeru/hoverboard-sideboard-hack-GD.git
synced 2025-08-18 01:26:11 +00:00
UART with mainboard works
- the sideboard can now send and receive Serial data from the mainboard - fixed Processing sketch
This commit is contained in:
@@ -92,7 +92,7 @@ void intro_demo_led(uint32_t tDelay)
|
||||
{
|
||||
int i;
|
||||
|
||||
for (i = 0; i < 6; i++) {
|
||||
for (i = 0; i < 3; i++) {
|
||||
gpio_bit_set(LED1_GPIO_Port, LED1_Pin);
|
||||
gpio_bit_reset(LED3_GPIO_Port, LED3_Pin);
|
||||
delay_1ms(tDelay);
|
||||
|
Reference in New Issue
Block a user