Skip to content

Commit

Permalink
cleaned up after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchurch13 committed Nov 29, 2016
1 parent 9105d2b commit 36e8a78
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Mechaduino_01/Mechaduino_01/Mechaduino_01.ino
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,7 @@ void setup() {
digitalWrite(13,HIGH); //turn LED on
setupPins();
setupTCInterrupts();
<<<<<<< HEAD
sineGen();
stepNumber = 0; //this fixes a memory bug.... better fix coming soon.


=======

>>>>>>> refs/remotes/origin/development2
SerialUSB.begin(115200);
delay(3000); //This delay seems to make it easier to establish a connection when the Mechaduino is configured to start in closed loop mode.
serialMenu();
Expand Down

0 comments on commit 36e8a78

Please sign in to comment.