Skip to content

Commit

Permalink
Merge pull request #482 from CMU-Robotics-Club/abha_statuslights
Browse files Browse the repository at this point in the history
changed which arduino ports point to which LED to adapt to hardware c…
  • Loading branch information
ramensandwich authored Nov 11, 2017
2 parents a12d885 + 2307492 commit 99ba9e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Electrical/Transistor/code/radio_buggy_mega/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
#define RX_AUTON_INT INT1_vect
#define RX_AUTON_INTN 1

#define STATUS_LIGHT_PORT_BLUE PORTE
#define STATUS_LIGHT_PINN_BLUE PE3
#define STATUS_LIGHT_DDR_BLUE DDRE
#define STATUS_LIGHT_PORT_GREEN PORTE
#define STATUS_LIGHT_PINN_GREEN PE5
#define STATUS_LIGHT_PINN_GREEN PE3
#define STATUS_LIGHT_DDR_GREEN DDRE
#define STATUS_LIGHT_PORT_BLUE PORTE
#define STATUS_LIGHT_PINN_BLUE PE5
#define STATUS_LIGHT_DDR_BLUE DDRE
#define STATUS_LIGHT_PORT_RED PORTH
#define STATUS_LIGHT_PINN_RED PH6
#define STATUS_LIGHT_DDR_RED DDRH
Expand Down

0 comments on commit 99ba9e0

Please sign in to comment.