Skip to content

Instantly share code, notes, and snippets.

@stuartchilds
stuartchilds / gist:8ef03822d7027c1f437cb4176f0be573
Created December 22, 2016 15:38
Adafruit Adalogger M0 demo 02 - logging Accelerometer and Battery voltage values to SD card
/*
* Demo sketch for Adafruit Feather Adalogger
* Original code by Adafruit
* found here: https://gist.githubusercontent.com/ladyada/13efab4022b7358033c7/raw/8387409d8f9b1c2157bf8c9e78dff3c0a3b0007d/adalogger.ino
*
* Also includes code from MMA8451demo, also from Adafruit
*
* Modified by SC for simple battery voltage reading and accelerometer values logged to SD card
* 22-Dec-16
*/
@stuartchilds
stuartchilds / gist:dad8817bfd43297cd1d2ef00af9d7ef2
Created December 22, 2016 15:33
Adafruit Adaloger Demo 01 - Logging Battery Voltage to SD card
/*
* Demo sketch for Adadfruit Feather Adalogger
* Original code by Adafruit
* found here: https://gist.githubusercontent.com/ladyada/13efab4022b7358033c7/raw/8387409d8f9b1c2157bf8c9e78dff3c0a3b0007d/adalogger.ino
*
* Modified by SC for simple battery voltage reading
* 22-Dec-16
*
*
*/