Files @ f34fa8317622
Branch filter:

Location: therm/system/syslib.h

matthewreed
updated RTD code to support higher resolution readings and made some fixes to displaying them.
1
2
3
4
5
6
7
8
#ifndef BOOTLIB_H
#define BOOTLIB_H

void bootloader_unset(void);
void bootloader_enter(void);
void systemclock_init(void);

#endif