debug nrf24 on longan nano

This commit is contained in:
acevest
2020-04-14 07:36:45 +08:00
parent 5e87b05e0c
commit 81cf6f0c23
5 changed files with 60 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
void board_init() {
SystemInit();
#if 0
rcu_periph_clock_enable(RCU_GPIOA);
rcu_periph_clock_enable(RCU_GPIOC);
@@ -17,4 +17,5 @@ void board_init() {
LCD_Init(); // init LCD
LCD_Clear(BLACK);
#endif
}