This was one of the first Attint chips that I looked at, so I decided to create a simple DIY development board (more on that later) and create some basic.
In this example we have theĀ hello world of LCD examples, we display that text on the LCD in question. Connection is straightforward and you can see it at the top.
Similar to our previous example when we flashed a single LED, in this case we connect 3 LEDs up to Pin 5, 6 and 7 which are PB0,1 and 2..
The hello world of examples this time for an ATTINY85, although this should work with similar chips as well. We will connect the LED to pin 2 (PB3) and simply.
- Cornell University Feb 2013 AVR projects
- Cornell University Feb 2014 AVR projects
- AVR software debounce example
- AVR external interrupt example
- AVRDUDE command line reference
- The OpenM128 development board
- list of 3rd party Attiny, Atmega support urls for the Arduino IDE
- An ATtiny13 development board