descriptions corrected

This commit is contained in:
ChrisMicro 2017-05-13 07:26:16 +02:00
parent 45541f38eb
commit 0035efd049
2 changed files with 7 additions and 5 deletions

View File

@ -8,8 +8,8 @@
*/ */
/* /*
#define LED0_BUILTIN PA6 // same as LED_BUILTIN #define LED0_BUILTIN PA6 // same as LED_BUILTIN, active low
#define LED1_BUILTIN PA7 #define LED1_BUILTIN PA7 // active low
*/ */
void setup() void setup()

View File

@ -1,9 +1,11 @@
/* /*
show user button state with LEDs show user button state with LEDs
STM32F4 Discovery has one user button
Black407VE ( STM32F407VE ) Black407VE has 3 user buttons and 2 LEDs
http://wiki.stm32duino.com/images/5/5c/STM32_F4VE_SCHEMATIC.PDF
hardware:
Black407VE ( STM32F407VE )
http://wiki.stm32duino.com/images/5/5c/STM32_F4VE_SCHEMATIC.PDF
May 2017, ChrisMicro May 2017, ChrisMicro
*/ */