diff options
Diffstat (limited to '_site/archive/arduino-uno')
| -rw-r--r-- | _site/archive/arduino-uno/index.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/_site/archive/arduino-uno/index.html b/_site/archive/arduino-uno/index.html index 12f806e..3cb20a6 100644 --- a/_site/archive/arduino-uno/index.html +++ b/_site/archive/arduino-uno/index.html @@ -40,10 +40,11 @@ <main> <div class="container"> - <h2 class="center" id="title">HOW TO CONFIGURE ATMEGA328P MICROCONTROLLERS TO RUN AT 3.3V AND 5V</h2> - <h6 class="center">10 APRIL 2025</h5> - <br> - <div class="twocol justify"><p>This is a quick reference for wiring up ATmega328P ICs to run at 5V and 3.3V. + <div class="container-2"> + <h2 class="center" id="title">HOW TO CONFIGURE ATMEGA328P MICROCONTROLLERS TO RUN AT 3.3V AND 5V</h2> + <h6 class="center">10 APRIL 2025</h5> + <br> + <div class="twocol justify"><p>This is a quick reference for wiring up ATmega328P ICs to run at 5V and 3.3V. While the 5V configuration is common, the 3.3V configuration can be useful in low-power applications and when interfacing with parts that themselves run at 3.3V. In this guide, the 5V setup is configured with a 16MHz crystal @@ -120,13 +121,14 @@ not connect AREF (pin 21) to V<sub>cc</sub>. Refer to section 23.5.2 in the datasheet for more information.</p> </div> - <p class="post-author right">by Wickramage Don Sadeep Madurange</p> + <p class="post-author right">by Wickramage Don Sadeep Madurange</p> + </div> </div> </main> <div class="footer"> <div class="container"> - <div class="twelve columns right"> + <div class="twelve columns right container-2"> <p id="footer-text">© ASCIIMX - 2025</p> </div> </div> |
