-This project is made for a ATmega168Pa with 16MHz/5V.
+This project is made for an Atmel ATmega328p microcontroller.
-It is tested on a Pro Mini Developement board.
+The microcontroller runs off an external 16MHz oscillator.
+The board can be powered with 3V3 or 5V.
+3V3 operation is only stable with 8MHz. Thus, a prescaler of 2 for the main clock is applied in the early startup of the uC.
+
+Each board will get a serial number that is being compiled into the firmware.
+It needs to be specified at compile time:
+
+ make SNUM=1
+
+Set the fuses and flash the firmware with:
+
+ make fuses
+ make program_avrisp2 # or program_dragon depending on your programmer