Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed which arduino ports point to which LED to adapt to hardware c… #482

Merged
merged 2 commits into from
Nov 11, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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