Hello,
I need to drive 16 independent pwm outputs + 3 analog inputs with the Pico, so I did a little test-setup, which is mostly working fine, but when sending a value (e.g. 0.1) to pin B15 and then send another value to A10, B15 is turned off. Sending 0 or 1 works as expected.
I now found in the reference, that B15 is TIM1_CH3N and A10 is TIM1_CH3, whatever this means.
Is there any way I can use both pins without interferencing each other?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello,
I need to drive 16 independent pwm outputs + 3 analog inputs with the Pico, so I did a little test-setup, which is mostly working fine, but when sending a value (e.g. 0.1) to pin B15 and then send another value to A10, B15 is turned off. Sending 0 or 1 works as expected.
I now found in the reference, that B15 is TIM1_CH3N and A10 is TIM1_CH3, whatever this means.
Is there any way I can use both pins without interferencing each other?
Thanks in advance.
Marc