Files @ 6f724d71c0ec
Branch filter:

Location: therm/main.h

Ethan Zonca
Stripped out some code and added USB init. May have bricked IC.
#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 */