Skip to content
Snippets Groups Projects
Select Git revision
  • a5fff6c3c5a19f5e4ed60a559ef19f84526582a5
  • master default protected
  • midi_output
3 results

attiny44a_blink

  • Clone with SSH
  • Clone with HTTPS
  • Erik Strand's avatar
    Erik Strand authored
    a5fff6c3
    History

    ATTINY44A_blink

    This repo contains a variety of simple programs for an ATTINY44A.

    The majority are simple "hello world" type programs that only assume connection to an LED and a button. Not coincidentally this is the sort of board I ended up with after modifying Neil's echo board based on the guidelines of the electronics design assignment. Others involve bit-banging a serial connection to a computer using an FTDI friend.

    Read the comments in the Makefile for instructions on building and using this code.