We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d194fb commit c561480Copy full SHA for c561480
README.md
@@ -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