https://github.com/internaut/attiny-instructable
Simple source-code examples for a tutorial on instructables.com about AVR-C development on ATtiny microcontrollers.
https://github.com/internaut/attiny-instructable
arduino attiny avr c microcontroller tutorial
Last synced: 5 months ago
JSON representation
Simple source-code examples for a tutorial on instructables.com about AVR-C development on ATtiny microcontrollers.
- Host: GitHub
- URL: https://github.com/internaut/attiny-instructable
- Owner: internaut
- License: other
- Created: 2013-06-06T11:29:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-11T10:03:30.000Z (over 12 years ago)
- Last Synced: 2023-03-22T22:32:33.286Z (almost 3 years ago)
- Topics: arduino, attiny, avr, c, microcontroller, tutorial
- Language: C
- Size: 121 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Source code for small ATtiny projects
=====================================
This source codes provide two small examples for an ATtiny tutorial that I have published at instructables: [Honey, I Shrunk the Arduino: Moving from Arduino to ATtiny and writing your code in pure AVR-C](http://www.instructables.com/id/Honey-I-Shrunk-the-Arduino-Moving-from-Arduino-t/).
License
-------
This software is released under BSD 3-clause license which is contained in the file `LICENSE`.