Files @ 425d70b8073e
Branch filter:

Location: therm/main.h - annotation

Ethan Zonca
Merge in multiple setpoints, fahrenheit support, tc error page to f0 branch
#ifndef __MAIN_H
#define __MAIN_H

#include "stm32l1xx.h"
#include "stm32l100c_discovery.h"

void TimingDelay_Decrement(void);
void delay(__IO uint32_t nTime);

#endif /* __MAIN_H */