goodwatch/firmware/ucs.h
2017-12-09 07:34:21 -05:00

15 lines
184 B
C

/*! \file ucs.h
\brief Clocking functions.
*/
//! Fast mode.
void ucs_fast();
//! Slow mode.
void ucs_slow();
//! Initialize the XT1 crystal, and stabilize it.
void ucs_init();