This website requires JavaScript.
Explore
Help
Sign In
electronics
/
webradio
Watch
1
Star
0
Fork
0
You've already forked webradio
Code
Issues
2
Pull Requests
Releases
Wiki
Activity
b4cfb40bb7
webradio
/
firmware
/
pm.h
9 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
fw: Implement power management
2020-07-30 19:57:46 +02:00
#
ifndef PM_H
#
define PM_H
#
include
<avr/io.h>
void
suspend
(
)
;
fw: Export post() PM function
2020-07-30 21:42:09 +02:00
char
*
post
(
)
;
fw: Implement power management
2020-07-30 19:57:46 +02:00
#
endif
// PM_H
Reference in New Issue
Copy Permalink