Files @ a76c60e8cc43
Branch filter:

Location: therm/syslib.h

Ethan Zonca
Add MAX31865 RTD reader stub code
1
2
3
4
5
6
7
8
#ifndef BOOTLIB_H
#define BOOTLIB_H

void bootloader_unset(void);
void bootloader_enter(void);
void systemclock_config(void);

#endif