Files @ 2a5ab412b8d9
Branch filter:

Location: therm/main.h - annotation

Ethan Zonca
Swap out to HAL library and new USB library
1
2
3
4
5
6
7
8
#ifndef __MAIN_H
#define __MAIN_H

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

#endif /* __MAIN_H */