Skip to content

Commit d13149a

Browse files
Add files via upload
To test with the gyrometer from SSS.
1 parent c7d3606 commit d13149a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Main.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,10 @@ void loop() {
342342
// while(1);
343343

344344
// 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("");
345+
sensorValue1 = analogRead(sensorPin1); // - 512;
346+
Serial.println("From the gyrometer : ");
347+
Serial.print(sensorValue1, DEC);
348+
Serial.println("");
349349
// scanner.Scan();
350350

351351
// a little delay to not hog Serial Monitor

0 commit comments

Comments
 (0)