BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
uda1341.h
Go to the documentation of this file.
1
#ifndef UDA1341_DRIVER_H
2
#define UDA1341_DRIVER_H
3
4
#define UDA_PLAY_MODE 0
5
#define UDA_RECORD_MODE 1
6
7
extern
void
F_Uda1341Initial
(
INT8U
Mode);
8
extern
void
F_Uda1341L3AddressWrite
(
INT8U
Address);
9
extern
void
F_Uda1341L3DataWrite
(
INT8U
Data);
10
extern
void
F_Uda1341VolumnAdjust
(
INT16U
Volumn);
11
12
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1