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 c7d3606 commit d13149aCopy full SHA for d13149a
Main.ino
@@ -342,10 +342,10 @@ void loop() {
342
// while(1);
343
344
// read the value from the gyrometer sensor:
345
-// sensorValue1 = analogRead(sensorPin1); // - 512;
346
-// Serial.println("From the gyrometer : ");
347
-// Serial.print(sensorValue1, DEC);
348
-// Serial.println("");
+ sensorValue1 = analogRead(sensorPin1); // - 512;
+ Serial.println("From the gyrometer : ");
+ Serial.print(sensorValue1, DEC);
+ Serial.println("");
349
// scanner.Scan();
350
351
// a little delay to not hog Serial Monitor
0 commit comments