Files @ 7b13b1c2f3a1
Branch filter:

Location: therm/main.h - annotation

Ethan Zonca
Relocated USB init. Need to test with ext xtal
#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 */