Files @ be6c0feb9b98
Branch filter:

Location: therm/main.h

Ethan Zonca
Remove L1 stdperiph, add F0
#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 */