Go to file
Karl Fessel b0dc9758a3 declare timer0_fract non static and volatile to make it available for linking
using timer0_fract and Timer0s count register it's possible to write more
precise millis function that include all milliseconds or return some extra
accuracy (eg 1/4 on 1/8 millisecond) with less overhead than micros.
2017-11-13 17:31:32 +01:00
bootloaders Adding Arduino.org new boards 2016-12-16 10:59:00 +01:00
cores/arduino declare timer0_fract non static and volatile to make it available for linking 2017-11-13 17:31:32 +01:00
extras Add extras folder for packagein and CI 2017-11-13 11:53:21 +01:00
firmwares Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
libraries [WIRE] Remove extra line from digital_potentiometer example 2017-11-13 12:42:12 +01:00
variants Added Adafruit Circuits Playground board 2016-12-14 15:00:23 +01:00
boards.txt Use correct part names in Tools > Processor menus 2017-07-18 12:22:43 +02:00
platform.txt Update bundled avr core to 1.6.20 2017-08-18 15:58:02 +02:00
programmers.txt Updated Arduino as ISP setting 2017-11-13 16:37:40 +01:00