diff --git a/tech/ATMega328P.wiki b/tech/ATMega328P.wiki index 1779d28..7c18f86 100644 --- a/tech/ATMega328P.wiki +++ b/tech/ATMega328P.wiki @@ -10,7 +10,7 @@ See datasheet https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automo * ATMEL AVR ATmega328P microcontroller * 8 bit @16Mhz -* 2Kbytes SRAM +* 2Kbytes SRAM * 32Kbytes flash * 1Kbytes EEPROM * Three on board LED's * 20 IO pins @@ -324,3 +324,11 @@ Digital Input Disable Register 0 (DIDR0 0x7E). Bits 5-0 correspond to ADC5-0 pins (A5-A0 on the Nano). ADC7 and ADC6 do not have digital input pins, and therefore do not need digital disable bits. +=== Direct pinout === + +*THIS ONLY APPLIES WHEN USING AN ATMEGA328P ON ITS OWN* + +The atmega328p can be setup on it own very easily. Connect + +* Pin 7 to VCC +* Pin 8 to GND