Files @ 555930ccae9f
Branch filter:

Location: therm/main.h

Ethan Zonca
Change some names to F0, need to fix IT and standard stuff like sys init
#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 */