Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Activate ATMega328P to sleep mode
a guest
Jul 14th, 2019
373
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <avr/sleep.h>
void
go_to_sleep
(
)
{
set_sleep_mode
(
SLEEP_MODE_PWR_DOWN
)
;
cli
(
)
;
sleep_enable
(
)
;
sleep_bod_disable
(
)
;
sei
(
)
;
sleep_cpu
(
)
;
sleep_disable
(
)
;
sei
(
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $200 in 15 minutes J
JavaScript | 4 sec ago | 0.07 KB
MAKE $900 INSTANTLY J
JavaScript | 10 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] 1
JavaScript | 20 sec ago | 0.07 KB
MAKE $900 INSTANTLY X
JavaScript | 25 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] F
JavaScript | 33 sec ago | 0.07 KB
5OO$ GIFTCARDS? F
JavaScript | 38 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] X
JavaScript | 45 sec ago | 0.07 KB
Make $200 in 15 minutes N
JavaScript | 55 sec ago | 0.07 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!