From 7041ec9e09a01d8063f8b055ee4e2a1b78674833 Mon Sep 17 00:00:00 2001 From: Simon Milvert Date: Mon, 19 Nov 2018 20:46:37 +0100 Subject: [PATCH] Try with blinkity --- motion_sensor/src/motion.ino | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/motion_sensor/src/motion.ino b/motion_sensor/src/motion.ino index 8746200..245e5bd 100644 --- a/motion_sensor/src/motion.ino +++ b/motion_sensor/src/motion.ino @@ -19,12 +19,28 @@ uint32_t SLEEP_TIME = 5000; // Sleep time between reports (in milliseconds) // Initialize motion message MyMessage msg(CHILD_ID, V_TRIPPED); +void blinkityBlink(uint8_t repetitions) { + for (int x=0;x