Updating Sparky board with a note regarding LED color differences

between Rev 1 & 2 boards.
This commit is contained in:
Dominic Clifton 2015-03-30 22:03:10 +01:00
parent 54419ef97c
commit 6e8d081c45
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@
#define TARGET_BOARD_IDENTIFIER "SPKY" // SParKY
#define LED0_GPIO GPIOB
#define LED0_PIN Pin_4 // Blue LEDs - PB4
#define LED0_PIN Pin_4 // Blue (Rev 1 & 2) - PB4
#define LED0_PERIPHERAL RCC_AHBPeriph_GPIOB
#define LED1_GPIO GPIOB
#define LED1_PIN Pin_5 // Green LEDs - PB5
#define LED1_PIN Pin_5 // Green (Rev 1) / Red (Rev 2) - PB5
#define LED1_PERIPHERAL RCC_AHBPeriph_GPIOB
#define USABLE_TIMER_CHANNEL_COUNT 11