An introduction to the ATtiny85/45/25 Nov07

An introduction to the ATtiny85/45/25

The ATtiny range of microcontrollers are ATmel’s smallest and lowest power 8-bit AVR offerings. Typically they come with between 1K and 16K of program memory and 512 bytes of SRAM and 512 bytes of EEPROM. These MCUs are entirely self-contained. All they need is a stable power supply,...

The Arduino library compiled and ready for linking Oct24

The Arduino library compiled and ready for linking

When you compile your ‘sketch’ with the Arduino IDE one of the steps it takes is to quietly compile, on-the-fly, all the library files that supply the popular classes and functions such as Serial, digitalWrite, analogWrite etc. The reason the IDE does it like this is because the...