STM32F7 HAL using the official STM32 Arduino Core (#11750)

This commit is contained in:
Scott Lahteine
2018-10-03 03:26:07 -05:00
committed by GitHub
parent 3e58b3a5d4
commit 348004c34f
24 changed files with 1436 additions and 6 deletions

View File

@ -72,6 +72,10 @@
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
#define CPU_ST7920_DELAY_2 DELAY_NS(0)
#define CPU_ST7920_DELAY_3 DELAY_NS(189)
#elif MB(REMRAM_V1)
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
#define CPU_ST7920_DELAY_2 DELAY_NS(0)
#define CPU_ST7920_DELAY_3 DELAY_NS(0)
#elif F_CPU == 16000000
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
#define CPU_ST7920_DELAY_2 DELAY_NS(0)