Skip to content

netbomo/arduino_core_improvement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arduino_core_improvement

This is a small improvement for the arduino core.

It permit to use the timer2 for micro and millis fonction and free the timer0.

It's writed on core from arduino 1.6.20 because I'm using the IDE sloeber 4.2.

use it

To use it copy wiring.c and Arduino.h in your arduino/hardware/avr/1.6.20/cores/arduino/ repository.

Uncomment the line 65 : #define CORE_USE_TIMER2 in Arduino.h

Have fun.

About

Add the possibility to use Timer2 instead of Timer 0 for micro and millis functions

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages