-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d194fb
commit c561480
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Arduino/ATmega328 C++ Template | ||
This template is a base for creating Arduino projects on the ATmega328 without using the Arduino IDE. | ||
Personally, I prefer to use the Arduino Eclipse IDE (http://eclipse.baeyens.it/) for ATmega328 development. | ||
The biggest advantage for me is the pin mapping in atmega_pins.h. In my development, I generally will | ||
develop without the actual Arduino board. As the mapping on the ATmega328 is different than the Arduino | ||
mapping it simplifies my workflow. | ||
|
||
If you want an example of ATmega328 development without the Arduino board, take a look at this reference. | ||
https://www.arduino.cc/en/Main/Standalone |