webradio/firmware/pm.h

9 lines
93 B
C
Raw Normal View History

2020-07-30 19:57:46 +02:00
#ifndef PM_H
#define PM_H
#include <avr/io.h>
void suspend();
2020-07-30 21:42:09 +02:00
char* post();
2020-07-30 19:57:46 +02:00
#endif // PM_H