Files @ fb8415e8edb9
Branch filter:

Location: FeatherHAB/wsprhab/inc/rtc.h

Ethan Zonca
Add sleep to most functional modes; decrease clock speed to 2MHz from 8Mhz to save power
1
2
3
4
5
6
7
#ifndef __rtc_H
#define __rtc_H


void rtc_init(void);

#endif /*__ rtc_H */