Skip to content

Commit

Permalink
Update rcBOT.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
serenad3 committed Mar 20, 2015
1 parent 19dde5c commit 160d849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rcBOT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ void loop() {
int d4i = atoi (d4);

// establecer velocidad de los motores segun posicion de la palanca
//int spi = ((i2i-90)*i2i)/40
//int spd = ((d3i-90)*d3i)/40
//int spi = (i2i-90);
//int spd = (d3i-90);
//motori.setSpeed(spi);
//motord.setSpeed(spd);

Expand Down

0 comments on commit 160d849

Please sign in to comment.