add writeup URL

This commit is contained in:
Felix Rusu 2014-09-26 10:00:28 -04:00
parent 1643169e48
commit b381c06b23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// Sample RFM69 sender/node sketch for motion sensor // Sample RFM69 sender/node sketch for motion sensor
// http://www.lowpowerlab.com/mailbox
// PIR motion sensor connected to D3 (INT1) // PIR motion sensor connected to D3 (INT1)
// When RISE happens on D3, the sketch transmits a "MOTION" msg to receiver Moteino and goes back to sleep // When RISE happens on D3, the sketch transmits a "MOTION" msg to receiver Moteino and goes back to sleep
// In sleep mode, Moteino + PIR motion sensor use about ~78uA // In sleep mode, Moteino + PIR motion sensor use about ~78uA