leOS 2.1.0
First stable release of leOS2. I’ve fixed a bug in the managemente of the timeout for the autoreset of the...
Official site
First stable release of leOS2. I’ve fixed a bug in the managemente of the timeout for the autoreset of the...
I’ve updated the secTimer library to version 0.4 to fix a bug that left all the interrupts of the microcontrller...
The Arduino IDE 1.0.1 and 1.0.2 introduce a base support to the microcontrollers Atmega644P and Atmega1284P. However, the support offered...
Today I’ll present you analogComp, a library to manage the analog comparator integrated inside the Atmel microcontrollers. An analog comparator...
The Gnu AVR toolchain is a set of executables and libraries that are necessary to create programs for the Atmel...
Most of the modern microcontrollers are based on the Molti dei moderni microcontrollori sono basati sull’Harvard architecture, so that they...
Millis() is a native function of the Arduino core that returns the number of milliseconds (thus the name) since the...
I’ve updated the leOS to version 0.1.3. This release introduces the ability to add a task with the option PAUSED:...
I was looking at a previous work of mine, the library swRTC, and I thinked that I could realize something...