SODA Arudino library
|
SODA is an Arduino library for data logging. It provides functions to simplify datalogging tasks using Olympia Circuit's SODA HE 1.0 board. SODA stands for Simple Open Data Acquisition. The goal of the project is to provide simple, high quality tools for the collection and analysis of environmental data. The library was built by Peter Gould (peter). Some code was adapted from Petre Rodan's DS3231 library for Arduino. Additional thanks go to William Greiman for his SD_FAT library. @oly mpiac ircu its.c om
The SODA library consists of a single class SODA.
SdFat: library for SD card functions. This library needs to be added to your Arduino library along with SODA.
EEPROM: standard Arduino library for EEPROM functions (comes with your Arduino installation).
Wire: standard Arduino library for I2C communication (comes with your Arduino installation).
The contents of the SODA folder should be added to the library folder of your Arduino installation (e.g., C:\Program Files (x86)\Arduino\libraries)'. Arduino must be restarted after the library has been added.