Skip to content

Commit

Permalink
switched mapping for red and blue LEDS
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaagrawal committed Nov 11, 2017
1 parent f95bbbb commit 2307492
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Electrical/Transistor/code/radio_buggy_mega/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
#define STATUS_LIGHT_PORT_GREEN PORTE
#define STATUS_LIGHT_PINN_GREEN PE3
#define STATUS_LIGHT_DDR_GREEN DDRE
#define STATUS_LIGHT_PORT_RED PORTE
#define STATUS_LIGHT_PINN_RED PE5
#define STATUS_LIGHT_DDR_RED DDRE
#define STATUS_LIGHT_PORT_BLUE PORTH
#define STATUS_LIGHT_PINN_BLUE PH6
#define STATUS_LIGHT_DDR_BLUE DDRH
#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

#define ENCODER_INT INT2_vect

Expand Down

0 comments on commit 2307492

Please sign in to comment.