From 61024e0538b9bf492b7868bb3f82d1faa6f93979 Mon Sep 17 00:00:00 2001 From: Bexin3 <88098139+Bexin3@users.noreply.github.com> Date: Sat, 18 Feb 2023 21:10:35 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2af7680..e535b4d 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,4 @@ PWMFrequency(pin, frequency) - changes the frequency, minimum 2 hz, if the pin p PWMSetup(pin, frequency, clock, Interrupts) - enables PWM, at a specidied pin, frequency which can go down to 0.00562 but it changes clock divisions, use clock 3-8. Enabling interrupts will make it call to Tch(); where you return duty cycle so it changes every cycle. ~ 124us, ~ 80us with frequency above 1hz +Osciloscope examples - can make a 10hz - 100khz up to 350ksps osciloscope out of your arduino.