资 源 简 介
File logger for Arduino
This project focus in just one simple functionality: logging data to a file in SD cards from Arduino boards. We are trying to get it 1) fast and 2) small, so this library can be used in other projects based on arduino with little impact on memory resources and performance.
References
Ths library was developed to be included in GPSLogger, an arduino shield that logs GPS data to SD cards and is small enough to be embedded into RC airplanes.
You can find info on the GPSLogger shield here:
|http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1240704102|
|:---------------------------------------------------------|
||
Features
By now, it takes about 175 mSecs to append 512 bytes to the file, so transfer rate is about 2925 bytes per second.
A