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 16, 2015
1 parent 65fe52f commit 2dafef7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rcBOT.ino
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@
#include <stdlib.h>
#include <RF24_config.h>

#define motor_left_1 <>
#define motor_left_2 <>
#define motor_right_1 <>
#define motor_right_2 <>
#define motor_left_1 2
#define motor_left_2 3
#define motor_right_1 7
#define motor_right_2 8

char command[16];

0 comments on commit 2dafef7

Please sign in to comment.