Skip to content

Commit a40fde0

Browse files
Changed function class types
Initial upload to new branch - currently working to determine what the error between development and main branches is
1 parent 6ac9c42 commit a40fde0

File tree

3 files changed

+135
-144
lines changed

3 files changed

+135
-144
lines changed

Examples/Example1_BasicReadings/Example1_BasicReadings.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ void loop()
4747

4848
if(status.mot_flag == 1)
4949
{
50+
Serial.println("Motion Detected!");
5051
mySensor.getMotionValue(&motionVal);
5152
Serial.print("Motion: ");
5253
Serial.println(motionVal);

0 commit comments

Comments
 (0)