Arduino firmware
Find a file
James Devine a3a422fd41 Updated the event timing functionality to remove the need for a diode.
Summary of new functionality:
Upon event interrupt, the current value of the TC0 counter is pushed to the counter buffer.
The TC2 status (interrupt unlatch) is reset at the end of the interrupt call.
Running it to test the GPS accuracy, we've got a fixed offset of 54 clock counts, variation up to +2 counts.
2016-04-23 17:02:48 +02:00
Adafruit_10DOF.cpp Fixed math.h case for linux use 2016-04-23 16:15:36 +02:00
Adafruit_10DOF.h Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_BMP085_U.cpp Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_BMP085_U.h Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_GPS.cpp Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_GPS.h Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_HTU21DF.cpp Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_HTU21DF.h Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_L3GD20_U.cpp Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_L3GD20_U.h Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_LSM303_U.cpp Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_LSM303_U.h Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_Sensor.cpp Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
Adafruit_Sensor.h Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
cosmicpi-arduino.cc Initial commit of Julian's code 2016-04-23 15:46:24 +02:00
cosmicpi-arduino.ino Updated the event timing functionality to remove the need for a diode. 2016-04-23 17:02:48 +02:00