nrf24l01 support irq recv

This commit is contained in:
acevest
2020-04-14 22:43:21 +08:00
parent dde50162fb
commit 0b517ab630
6 changed files with 415 additions and 222 deletions

View File

@@ -14,7 +14,7 @@ void board_init() {
gpio_bit_set(LEDG_GPIO_PORT, LEDG_PIN);
gpio_bit_set(LEDB_GPIO_PORT, LEDB_PIN);
#if 1
#if 0
LCD_Init(); // init LCD
LCD_Clear(BLACK);
#endif