Files @ 41c563eb0a68
Branch filter:

Location: therm/main.h

Ethan Zonca
Remove old usb cruft
#ifndef __MAIN_H
#define __MAIN_H

#define STM32F042x6

#include "stm32f0xx_hal_conf.h"

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

#endif /* __MAIN_H */