v0.1 board believed to be reading Vbat, Pressure, and X/Y/Z correctly now,
[fw/openalt] / rtc / rtcISR.h
1 #ifndef _RTCISR_H_
2 #define _RTCISR_H_
3
4 void rtcISRInit (void);
5 void rtcISR (void);
6
7 #endif
8