Function code explanation "void rp2040pwmIrq(void)". #15
alessandro-satanassi
started this conversation in
General
Replies: 1 comment 7 replies
-
If you'd look at what it's attached to, you'd notice that it's part of the hardware timer to flag when the camera is ready to be read. Is there any reason you're confused and looking at that line of the code specifically? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the purpose of the code "pwm_hw->intr = 0xff;" at line 922 of the SamcoEnhanced.ino file? Why is there such a code?
Beta Was this translation helpful? Give feedback.
All reactions