add test nrf_rx nrf_tx test code

This commit is contained in:
acevest
2020-04-15 20:32:26 +08:00
parent 7e519fba6a
commit c3204264e9
5 changed files with 102 additions and 129 deletions

View File

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