Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.79 KB

LibraryInfo.md

File metadata and controls

37 lines (28 loc) · 1.79 KB

A directory of libraries in this repositiory:

NAME: path to the folder or file.
DESCRIPTION: a brief description.
SOURCE: a link if it exists. If not, a brief statement of origin.

NAME: Narcoleptic
DESCRIPTION: "Library implementing sleep modes, allowing extremely low power consumption on Arduino based projects."
SOURCE: https://code.google.com/p/narcoleptic/

NAME: RADIO
DESCRIPTION: From Bharat Uddagiri (http://e2e.ti.com/members/1916438/default.aspx) example for Arduino control of CC1101.
SOURCE: http://e2e.ti.com/cfs-file.ashx/__key/communityserver-components-userfiles/00-00-09-41-50/ardunio-_2B00_-radio.zip

NAME: RADIOFH
DESCRIPTION: Modifed RADIO to add RSSI method and to put custom settings in an extra header file located with the application code.
SOURCE: Far Horizons Lab.

NAME: RADIOFH
DESCRIPTION: Modifed RADIO to add RSSI method and to put custom settings in an extra header file located with the application code.
SOURCE: Lou N for Transceiver.

NAME: HMC5883L
DESCRIPTION: I2C library for HMC5883L Magnetometer.
SOURCE: (https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/HMC5883L)

NAME: HMC5883L_T
DESCRIPTION: HMC5883L modified for Teensy compatibility.
SOURCE: Jeff W for SensorLogger

NAME: HMC5883LFH_T
DESCRIPTION: HMC5883L modified for Teensy compatibility with additional FH methods.
SOURCE: Ryan Pierce for SensorLogger

NAME: L3G4200D_I2C
DESCRIPTION: I2C library for L3G4200D 3-axis gyro / angular rate sensor.
SOURCE: Ryan Pierce for SensorLogger