index
:
avr-nrf24l01-driver
master
NRFL01P RFM driver for AVR microcontrollers.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util.h
blob: 71f38525431f7a530c066cc616cf28bdcafa14c1 (
plain
)
1
2
3
4
5
6
7
8
#ifndef MY_UTIL_H #define MY_UTIL_H void wdt_init(void); void wdt_stop(void); #endif