Attiny with EclipseArduino V3 / Toddler

4. April 2016 at 18:41

You need to add the boards definition first, before you can use the attiny. Open Preferences GotoLocations   copy and paste new location [codesyntax lang="php"] […]

ATtiny85 Interrupt basierend auf PinChange Interrupt Library 

6. April 2015 at 09:55

Der ATtiny85 bietet einen Hardware Interrupt INT0 auf dem PIN PB2. Dieser kann mit folgender Funktion zugewiesen werden: [codesyntax lang=”cpp”]   attachInterrupt(0,wakeUpFunction, LOW); // use […]

ATtiny programming using Eclipse with USBtiny

6. Februar 2015 at 22:09

Eclipse is a great environment for creating arduino programs . The cool plugin from Jan Baeyens http://www.baeyens.it/eclipse/ is almost perfect. If you are using a external […]

ATtiny Programmer

31. Januar 2015 at 17:01

Das Vorgehen mit der Arduino IDE ist im Internet oft zu finden. Diese IDE ist aber für mich eher abschreckend und resultierte am Ende auch […]