https://github.com/chuckb/atmega
ATmega breadboard library for Arduino 1.5 IDE
https://github.com/chuckb/atmega
Last synced: 5 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T14:53:32.000Z (over 12 years ago)
- Last Synced: 2025-04-07T05:43:01.593Z (about 1 year ago)
- Size: 109 KB
- Stars: 1
- Watchers: 1
- 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.