We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af442fc commit c7d3606Copy full SHA for c7d3606
Main.ino
@@ -35,11 +35,11 @@ DIR_B = 13,
35
BRAKE_B = 8,
36
SNS_B = A1;
37
38
-int sensorPin1 = A1; // select the input pin for the gyrometer // gyrometer wiper (middle terminal) connected to analog pin 1
+int sensorPin1 = A2; // select the input pin for the gyrometer // gyrometer wiper (middle terminal) connected to analog pin 1
39
// outside leads to ground and +3.3V
40
int sensorValue1 = 0; // variable to store the value coming from the sensor
41
/*
42
- int sensorPin2 = A1; // select the input pin for the inclinometer
+ int sensorPin2 = A3; // select the input pin for the inclinometer
43
int sensorValue2 = 0; // variable to store the value coming from the sensor
44
*/
45
//#include <Wire.h>
0 commit comments