Skip to content

Commit

Permalink
fix serial init
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Jun 25, 2020
1 parent 3ac0542 commit dc15c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions V3/Fw/magspoofV3/magspoofV3.ino
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ unsigned int curTrack = 0;
int dir;

void setup(){
Serial.begin(9600);
pinMode(LED, OUTPUT);
pinMode(PIN_A, OUTPUT);
pinMode(PIN_B, OUTPUT);
Expand Down

0 comments on commit dc15c8e

Please sign in to comment.