Skip to content

Commit

Permalink
adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lancehaynie committed Aug 21, 2017
1 parent 2d194fb commit c561480
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
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

0 comments on commit c561480

Please sign in to comment.