Lil' Blackbox

Coding => v2.0 => Topic started by: hakcenter on August 26, 2016, 09:54:04 AM

Title: Arduino Libraries
Post by: hakcenter on August 26, 2016, 09:54:04 AM
CAN Library - to communicate with the VGT turbos
FreqMeasure - used to interface and count turbo shaft speed -  Original location (https://www.pjrc.com/teensy/td_libs_FreqMeasure.html)
Timer - used to run specific code at a certain time, non interfering timer, uses millis -  Original location (https://github.com/JChristensen/Timer/tree/master)
Low-Power - creates a sleep interface with watchdog wakeup -  Original location (https://github.com/rocketscream/Low-Power)