Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bexin3 authored Feb 18, 2023
1 parent 4738bb4 commit 61024e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 61024e0

Please sign in to comment.