Skip to content

Commit c561480

Browse files
committed
adding readme
1 parent 2d194fb commit c561480

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Arduino/ATmega328 C++ Template
2+
This template is a base for creating Arduino projects on the ATmega328 without using the Arduino IDE.
3+
Personally, I prefer to use the Arduino Eclipse IDE (http://eclipse.baeyens.it/) for ATmega328 development.
4+
The biggest advantage for me is the pin mapping in atmega_pins.h. In my development, I generally will
5+
develop without the actual Arduino board. As the mapping on the ATmega328 is different than the Arduino
6+
mapping it simplifies my workflow.
7+
8+
If you want an example of ATmega328 development without the Arduino board, take a look at this reference.
9+
https://www.arduino.cc/en/Main/Standalone

0 commit comments

Comments
 (0)