From b342964afff80b2f1c3266dd7b6557f710052f9f Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 3 Nov 2021 14:45:01 -0400 Subject: [PATCH] Update for 03-11-21 14:45 --- tech/arduino_nano.wiki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tech/arduino_nano.wiki b/tech/arduino_nano.wiki index b00cc00..ce6a941 100644 --- a/tech/arduino_nano.wiki +++ b/tech/arduino_nano.wiki @@ -81,4 +81,7 @@ lookup table. On this device the ILT is instead a control register. === Clock === +The ATMega328P has 3 timers, two 8bit timers and one 16bit timer. These timers +can be used for PWM for motors and the like. + [[embedded]]