k60read-MPU6050

所属分类:单片机开发
开发工具:C/C++
文件大小:3029KB
下载次数:121
上传日期:2013-09-15 20:58:58
上 传 者dongqwsedfv
说明:  飞思卡尔K60 I2C硬件实现MPU6050数据的读取
(Freescale K60 I2C hardware MPU6050 data read)

文件列表:
MPU6050-可以完整读 (0, 2013-09-15)
MPU6050-可以完整读\lib (0, 2013-09-15)
MPU6050-可以完整读\lib\common (0, 2013-09-15)
MPU6050-可以完整读\lib\common\alloc.c (3028, 2011-02-15)
MPU6050-可以完整读\lib\common\assert.c (702, 2010-10-01)
MPU6050-可以完整读\lib\common\assert.h (546, 2010-10-01)
MPU6050-可以完整读\lib\common\common.h (1535, 2012-02-01)
MPU6050-可以完整读\lib\common\io.c (655, 2010-10-01)
MPU6050-可以完整读\lib\common\io.h (423, 2010-10-01)
MPU6050-可以完整读\lib\common\lib_def.h (43036, 2012-04-22)
MPU6050-可以完整读\lib\common\memtest.c (6694, 2010-10-01)
MPU6050-可以完整读\lib\common\memtest.h (1128, 2010-10-01)
MPU6050-可以完整读\lib\common\printf.c (17116, 2010-10-01)
MPU6050-可以完整读\lib\common\queue.c (2585, 2010-10-01)
MPU6050-可以完整读\lib\common\queue.h (787, 2010-10-01)
MPU6050-可以完整读\lib\common\startup.c (2821, 2012-07-21)
MPU6050-可以完整读\lib\common\startup.h (369, 2010-10-01)
MPU6050-可以完整读\lib\common\stdlib.c (8187, 2010-10-01)
MPU6050-可以完整读\lib\common\stdlib.h (1121, 2010-10-01)
MPU6050-可以完整读\lib\common\uif.c (8254, 2010-10-01)
MPU6050-可以完整读\lib\common\uif.h (2876, 2010-10-01)
MPU6050-可以完整读\lib\cpu (0, 2013-09-15)
MPU6050-可以完整读\lib\cpu\arm_cm4.c (5139, 2011-02-23)
MPU6050-可以完整读\lib\cpu\arm_cm4.h (2100, 2013-03-15)
MPU6050-可以完整读\lib\cpu\crt0.s (626, 2012-09-27)
MPU6050-可以完整读\lib\cpu\cw_crt0.s (642, 2011-02-15)
MPU6050-可以完整读\lib\cpu\dma_channels.h (3038, 2010-10-01)
MPU6050-可以完整读\lib\cpu\headers (0, 2013-09-15)
MPU6050-可以完整读\lib\cpu\headers\MK10DZ10.h (778106, 2011-07-21)
MPU6050-可以完整读\lib\cpu\headers\MK20DZ10.h (809599, 2011-07-21)
MPU6050-可以完整读\lib\cpu\headers\MK30DZ10.h (863606, 2011-07-21)
MPU6050-可以完整读\lib\cpu\headers\MK40DZ10.h (895043, 2011-07-21)
MPU6050-可以完整读\lib\cpu\headers\MK50DZ10.h (771736, 2011-07-21)
MPU6050-可以完整读\lib\cpu\headers\MK51DZ10.h (857326, 2011-07-21)
MPU6050-可以完整读\lib\cpu\headers\MK52DZ10.h (848958, 2011-07-21)
MPU6050-可以完整读\lib\cpu\headers\MK53DZ10.h (936654, 2011-07-21)
MPU6050-可以完整读\lib\cpu\headers\MK60DZ10.h (889231, 2012-02-15)
MPU6050-可以完整读\lib\cpu\start.c (7552, 2012-12-27)
MPU6050-可以完整读\lib\cpu\start.h (187, 2011-01-21)
MPU6050-可以完整读\lib\cpu\sysinit.c (3110, 2012-11-13)
... ...

FatFs Module Source Files R0.09 (C)ChaN, 2011 FILES ffconf.h Configuration file for FatFs module. ff.h Common include file for FatFs and application module. ff.c FatFs module. diskio.h Common include file for FatFs and disk I/O module. integer.h Alternative type definitions for integer variables. option Optional external functions. Low level disk I/O module is not included in this archive because the FatFs module is only a generic file system layer and not depend on any specific storage device. You have to provide a low level disk I/O module that written to control your storage device. AGREEMENTS FatFs module is an open source software to implement FAT file system to small embedded systems. This is a free software and is opened for education, research and commercial developments under license policy of following trems. Copyright (C) 2011, ChaN, all right reserved. * The FatFs module is a free software and there is NO WARRANTY. * No restriction on use. You can use, modify and redistribute it for personal, non-profit or commercial product UNDER YOUR RESPONSIBILITY. * Redistributions of source code must retain the above copyright notice. REVISION HISTORY Feb 26, 2006 R0.00 Prototype Apr 29, 2006 R0.01 First release. Jun 01, 2006 R0.02 Added FAT12. Removed unbuffered mode. Fixed a problem on small (<32M) patition. Jun 10, 2006 R0.02a Added a configuration option _FS_MINIMUM. Sep 22, 2006 R0.03 Added f_rename. Changed option _FS_MINIMUM to _FS_MINIMIZE. Dec 11, 2006 R0.03a Improved cluster scan algolithm to write files fast. Fixed f_mkdir creates incorrect directory on FAT32. Feb 04, 2007 R0.04 Supported multiple drive system. (FatFs) Changed some APIs for multiple drive system. Added f_mkfs. (FatFs) Added _USE_FAT32 option. (Tiny-FatFs) Apr 01, 2007 R0.04a Supported multiple partitions on a plysical drive. (FatFs) Fixed an endian sensitive code in f_mkfs. (FatFs) Added a capability of extending the file size to f_lseek. Added minimization level 3. Fixed a problem that can collapse a sector when recreate an existing file in any sub-directory at non FAT32 cfg. (Tiny-FatFs) May 05, 2007 R0.04b Added _USE_NTFLAG option. Added FSInfo support. Fixed some problems corresponds to FAT32. (Tiny-FatFs) Fixed DBCS name can result FR_INVALID_NAME. Fixed short seek (0 < ofs <= csize) collapses the file object. Aug 25, 2007 R0.05 Changed arguments of f_read, f_write. Changed arguments of f_mkfs. (FatFs) Fixed f_mkfs on FAT32 creates incorrect FSInfo. (FatFs) Fixed f_mkdir on FAT32 creates incorrect directory. (FatFs) Feb 03, 2008 R0.05a Added f_truncate(). Added f_utime(). Fixed off by one error at FAT sub-type determination. Fixed btr in f_read() can be mistruncated. Fixed cached sector is not flushed when create and close without write. Apr 01, 2008 R0.06 Added f_forward(). (Tiny-FatFs) Added string functions: fputc(), fputs(), fprintf() and fgets(). Improved performance of f_lseek() on move to the same or following cluster. Apr 01, 2009, R0.07 Merged Tiny-FatFs as a buffer configuration option. Added long file name support. Added multiple code page support. Added re-entrancy for multitask operation. Added auto cluster size selection to f_mkfs(). Added rewind option to f_readdir(). Changed result code of critical errors. Renamed string functions to avoid name collision. Apr 14, 2009, R0.07a Separated out OS dependent code on reentrant cfg. Added multiple sector size support. Jun 21, 2009, R0.07c Fixed f_unlink() may return FR_OK on error. Fixed wrong cache control in f_lseek(). Added relative path feature. Added f_chdir(). Added f_chdrive(). Added proper case conversion for extended characters. Nov 03, 2009 R0.07e Separated out configuration options from ff.h to ffconf.h. Added a configuration option, _LFN_UNICODE. Fixed f_unlink() fails to remove a sub-dir on _FS_RPATH. Fixed name matching error on the 13 char boundary. Changed f_readdir() to return the SFN with always upper case on non-LFN cfg. May 15, 2010, R0.08 Added a memory configuration option. (_USE_LFN) Added file lock feature. (_FS_SHARE) Added fast seek feature. (_USE_FASTSEEK) Changed some types on the API, XCHAR->TCHAR. Changed fname member in the FILINFO structure on Unicode cfg. String functions support UTF-8 encoding files on Unicode cfg. Aug 16,'10 R0.08a Added f_getcwd(). (_FS_RPATH = 2) Added sector erase feature. (_USE_ERASE) Moved file lock semaphore table from fs object to the bss. Fixed a wrong directory entry is created on non-LFN cfg when the given name contains ';'. Fixed f_mkfs() creates wrong FAT32 volume. Jan 15,'11 R0.08b Fast seek feature is also applied to f_read() and f_write(). f_lseek() reports required table size on creating CLMP. Extended format syntax of f_printf function. Ignores duplicated directory separators in given path names. Sep 06,'11 R0.09 f_mkfs() supports multiple partition to finish the multiple partition feature. Added f_fdisk(). (_MULTI_PARTITION = 2)

近期下载者

相关文件


收藏者