Right now the code bit-bangs out a PWM frequency to make a working stroboscope. Instead, we should use a timer to control the pin. It'll be able to go faster and be more accurate.
Right now the code bit-bangs out a PWM frequency to make a working stroboscope. Instead, we should use a timer to control the pin. It'll be able to go faster and be more accurate.
Cynopolis
added this to the Test Project project 2025-05-07 14:24:38 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Right now the code bit-bangs out a PWM frequency to make a working stroboscope. Instead, we should use a timer to control the pin. It'll be able to go faster and be more accurate.