BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
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
{
7
INT8U
i
;
8
}
CH7005_CONTROL
;
9
10
extern
CH7005_CONTROL
Ch7005Ctrl
;
11
extern
void
F_Ch7005cInit
(
INT8U
ModeNumber);
12
13
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1