Skip to content

Instantly share code, notes, and snippets.

View kramolnic's full-sized avatar

kramolnic

  • Russian Federation, Moscow
View GitHub Profile
@kramolnic
kramolnic / airfresher.c
Last active February 1, 2021 17:44
Airfresher photo controller firmware for ATtiny10
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include <avr/sleep.h>
#include <avr/wdt.h>
#include <stdint.h>
// Airfresher photo controller for an ATTiny 4/5/9/10
// by kramolnic