Added libary files. Improved latency read from adc. (8ms instead of 16ms delay, but joystick read speed are now at 41/2 = 20 samples per second ).

This commit is contained in:
jancoow
2016-05-25 23:41:43 +02:00
parent 907408e31d
commit c5990d4fc0
21 changed files with 9196 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "I2Cdevlib-Core",
"keywords": "i2cdevlib, i2c",
"description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices.",
"include": "Arduino/I2Cdev",
"repository":
{
"type": "git",
"url": "https://github.com/jrowberg/i2cdevlib.git"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}