Skip to content

Commit

Permalink
updates and testing of test box, working
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Apr 30, 2017
1 parent 4d4170b commit 95b95c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/stompy_ros/firmware/stompy_test_box/stompy_test_box.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#define M2_EN_PIN 2

#define HIP_SENSOR_PIN A6
#define THIGH_SENSOR_PIN A3
#define KNEE_SENSOR_PIN A1
#define THIGH_SENSOR_PIN A1
#define KNEE_SENSOR_PIN A3
#define CALF_SENSOR_PIN A2

#define HIP_PWM_0 9
Expand All @@ -25,7 +25,8 @@

#define TFT_DC 21
#define TFT_CS 255
#define TFT_RST 255 // 255 = unused, connect to 3.3V
//#define TFT_RST 255 // 255 = unused, connect to 3.3V
#define TFT_RST 18
#define TFT_MOSI 7
#define TFT_SCLK 13
#define TFT_MISO 12
Expand Down

0 comments on commit 95b95c9

Please sign in to comment.