From 59fb379513ccad8375d0f0c19fef63488174c137 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Sun, 11 Sep 2016 21:42:18 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f647279..a1634bd 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,4 @@ There is simple tutorial in [Tutorial](https://github.com/mcgurk/Arduino-USB-HID Arduino UNO R3 includes ATmega16u2 (along with ATmega328p) and it can be used too, but it needs some extra work (code doesn't work without modifications with UNO): https://github.com/NicoHood/HoodLoader2 +Of course Arduino can be used many other ways. Add a PIR motion detector module from Ebay (under $2) and your computer wakes up from sleep when you walk to room. Just read PIR-sensor data pin and if it is 1, send some keyboard button (which normally does nothing) to computer so it wakes up.