Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuckb/atmega
ATmega breadboard library for Arduino 1.5 IDE
https://github.com/chuckb/atmega
Last synced: 2 days ago
JSON representation
ATmega breadboard library for Arduino 1.5 IDE
- Host: GitHub
- URL: https://github.com/chuckb/atmega
- Owner: chuckb
- License: mit
- Created: 2013-09-24T14:25:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T14:53:32.000Z (about 11 years ago)
- Last Synced: 2024-11-02T11:05:56.904Z (about 2 months ago)
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
atmega
======ATmega breadboard library for Arduino 1.5 IDE
I created this hardware definition for the Arduino 1.5 IDE becuase I could not find anything that worked. I have many ATmega8 chips that I like to breadboard with and the Arduino IDE is convenient to use even without the fancy bootloaders. To use, place the atmega directory inside the Arduino hardware directory. On a Mac, this is located at ~/Documents/Arduino/hardware.
Restart the Arduino IDE and you should see under Tools/Board a menu ATmega. After selecting, then a Processor and Clock menu option should show up.
Many thanks to damellis/attiny for showing me a pattern to use for the new Auduino IDE configuration files. The Arduino documentation is still a work-in-progress IMHO.
This was tested with the 1.5.4 beta.