BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
ch7005c.h
Go to the documentation of this file.
1 #ifndef CH7005C_DRIVER_H
2 #define CH7005C_DRIVER_H
3 
4 #define Ch7005cAddress 0xec
5 
6 typedef struct{
9 
11 extern void F_Ch7005cInit(INT8U ModeNumber);
12 
13 #endif