It has an active low Red LED on pin 14 (B.3) which is the PWM A output for Timer/Counter2.
I have a stupid question. I know I have successfully done this before, but it has been a while.
I want to PWM this LED, and do it slow enough to see it by eye. So, 1-4Hz and 50% duty would be fine as a test.
I tried to do this with the following code, but the LED is simply "ON", no flashing that I can determine at all.
Code: Select all
Call PinOutput(B.3, 0)
Call OpenPWM8(1,1.0, zxFastPWM)
Call PWM8(1,0.5)