From ddfaa08b691366ba8f9593377b75a623dd720244 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 17 Jan 2022 15:30:01 -0500 Subject: [PATCH] Update for 17-01-22 15:30 --- tech/ATMega328P.wiki | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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