Files @ 3dc8ab4e2928
Branch filter:

Location: therm/bootlib.h - annotation

Ethan Zonca
Fix stupid thermocouple error issue finally. Temporarily disable CDC transmit. Move PID calcs into a different loop for fun and profit.
1
2
3
4
5
6
7
#ifndef BOOTLIB_H
#define BOOTLIB_H

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

#endif