Skip to content

Commit a65a19d

Browse files
committed
Initial version of 59eab0a
1 parent c649322 commit a65a19d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

low_power_tests/low_power_tests.ino

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#include <Ports.h>
2+
#include <RF12.h>
3+
4+
void setup(void)
5+
{
6+
// Wait 5 seconds to allow measuring "regular" power use
7+
delay(5000);
8+
9+
// Go into low-power sleep
10+
Sleepy::powerDown();
11+
}
12+
13+
void loop(void)
14+
{
15+
}

0 commit comments

Comments
 (0)