RucheCo / Mbed 2 deprecated Ruche_V1

Dependencies:   WakeUp mbed EPD_GDE021A1

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers standby.cpp Source File

standby.cpp

00001 #include "../Headers/standby.h"
00002 #include "WakeUp.h"
00003 
00004 void standby(int duration)
00005 {
00006     WakeUp::calibrate();
00007     WakeUp::set(duration);
00008     deepsleep();
00009 }