CS5460A

所属分类:其他嵌入式/单片机内容
开发工具:C/C++
文件大小:243KB
下载次数:203
上传日期:2010-09-17 04:43:58
上 传 者jiarui168
说明:  基于CS5460的程序,精度达到0.03 ,采用分流器,电阻分压方式取样
(CS5460-based program, the precision reached 0.03 , with shunt resistor divider sampling methods)

文件列表:
CS5460A\avrlib\a2d.c (3558, 2005-05-13)
CS5460A\avrlib\a2d.h (4985, 2005-07-04)
CS5460A\avrlib\ads7828.c (2520, 2004-06-25)
CS5460A\avrlib\ads7828.h (3531, 2005-07-05)
CS5460A\avrlib\ads7870.c (3153, 2005-07-21)
CS5460A\avrlib\ads7870.h (4672, 2005-07-21)
CS5460A\avrlib\ata.c (18275, 2003-12-07)
CS5460A\avrlib\ata.h (6893, 2005-07-05)
CS5460A\avrlib\avrlibdefs.h (2178, 2005-02-27)
CS5460A\avrlib\avrlibtypes.h (2222, 2004-10-15)
CS5460A\avrlib\bitbuf.c (3228, 2003-03-13)
CS5460A\avrlib\bitbuf.h (2916, 2005-07-05)
CS5460A\avrlib\buffer.c (2801, 2003-10-21)
CS5460A\avrlib\buffer.h (3094, 2005-07-05)
CS5460A\avrlib\cmdline.c (11891, 2005-07-05)
CS5460A\avrlib\cmdline.h (5053, 2005-07-05)
CS5460A\avrlib\conf\ataconf.h (1384, 2003-10-21)
CS5460A\avrlib\conf\cmdlineconf.h (1633, 2003-07-29)
CS5460A\avrlib\conf\encoderconf.h (8161, 2004-06-26)
CS5460A\avrlib\conf\fatconf.h (1247, 2003-05-01)
CS5460A\avrlib\conf\global.h (1430, 2003-06-13)
CS5460A\avrlib\conf\i2cconf.h (1009, 2003-03-14)
CS5460A\avrlib\conf\i2cswconf.h (1046, 2003-03-13)
CS5460A\avrlib\conf\ks0108conf.h (3553, 2003-05-01)
CS5460A\avrlib\conf\lcdconf.h (3822, 2005-05-18)
CS5460A\avrlib\conf\mmcconf.h (1110, 2004-10-21)
CS5460A\avrlib\conf\servoconf.h (3632, 2004-03-09)
CS5460A\avrlib\conf\sramswconf.h (1220, 2003-03-13)
CS5460A\avrlib\conf\sta013conf.h (1334, 2003-03-13)
CS5460A\avrlib\conf\stxetxconf.h (921, 2003-03-13)
CS5460A\avrlib\conf\uartsw2conf.h (2825, 2005-01-06)
CS5460A\avrlib\conf\uartswconf.h (2807, 2005-01-06)
CS5460A\avrlib\debug.c (2395, 2003-03-14)
CS5460A\avrlib\debug.h (940, 2004-08-20)
CS5460A\avrlib\ds1631.c (3704, 2005-07-05)
CS5460A\avrlib\ds1631.h (3354, 2005-07-05)
CS5460A\avrlib\encoder.c (6516, 2005-07-05)
CS5460A\avrlib\encoder.h (6102, 2005-07-05)
CS5460A\avrlib\extint.c (4699, 2008-10-03)
... ...

--- AVRlib "conf" files --- AVRlib contains many function/code libraries which depend upon particular aspects of the user's hardware. The most basic of these is the processor clock rate. The clock rate defines dozens of aspects of processor operation from code delays to UART baud rates. To allow AVRlib to work easily with hardware that may vary from project to project, all user-configurable parameters of AVRlib are contained in the template configuration files in this directory. NOTE that these files are only templates and should be copied, as needed, to an individual project's code directory and edited to suit that project's hardware. global.h is the only configuration include file that is common to the entire AVRlib code base. To use AVRlib libraries, you must copy global.h to your project's code directory and modify the options inside global.h to match your hardware.) Each project should have its own global.h. Other *conf.h files should be copied to your project's code directory as needed. For example, if you intend to use the lcd.c library, you will need to copy lcdconf.h and modify it to match the I/O and LCD configuration of your hardware. ** If you fail to copy the configuration files needed for the AVRlib libraries you use, the problem will usually exhibit itself as a compile-time error.

近期下载者

相关文件


收藏者