DICE10 - electronic dice controlled by two GPIO26 November 2016·57 words·1 minLED Microcontroller Electronic Dice AVRImplementing a touch controller electronic dice on an ATtiny10 using PlexingPlus.
The Nanite 8525 April 2014·807 words·4 minsMicrocontroller AVRThe Nanite 85 ATtiny85 board, a very tiny breadboardable development board with USB bootloader and reset button.
u-Wire – USB on an ATtiny 1019 March 2014·942 words·5 minsMicrocontroller Addressable RGB AVRImplementing a stripped down version of V-USB including a WS2812 controller on a minimal ATtiny10 MCUs with only 1kb of flash.
Interrupt-free V-USB2 March 2014·1785 words·9 minsMicrocontroller AVRBackground and implementation of an interrupt-free V-USB variant that allows to shrink the Micronucleus V2 bootloader while boosting USB throughput.
Light_WS2812 library V2.0 - Part II: The Code19 January 2014·623 words·3 minsLED Microcontroller Addressable RGB AVRImplementation of the optimized light_ws2812 driver with hand crafted assembly inner loop that bit-bangs LEDs even at 4 MHz without timing violations on an AVR.