9 lines
93 B
C
9 lines
93 B
C
#ifndef PM_H
|
|
#define PM_H
|
|
#include <avr/io.h>
|
|
|
|
void suspend();
|
|
char* post();
|
|
|
|
#endif // PM_H
|