Files @ b2929a2c0975
Branch filter:

Location: therm/bootlib.h - annotation

Ethan Zonca
Increase PID period to be closer to the minimum conversion time on the max IC
1
2
3
4
5
6
7
#ifndef BOOTLIB_H
#define BOOTLIB_H

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

#endif