Skip to content

Commit

Permalink
Updating Sparky board with a note regarding LED color differences
Browse files Browse the repository at this point in the history
between Rev 1 & 2 boards.
  • Loading branch information
hydra committed Mar 30, 2015
1 parent 54419ef commit 6e8d081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/target/SPARKY/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e8d081

Please sign in to comment.