Ok, perfect - so software PWM would be fine then (you can use it on absolutely any pins, so you could have B15 as software and A10 as hardware and everything would be great). You can even make several software PWM, but the more you have and faster you go, the more CPU is used.
By 'tricky', I mean where you have them using the same timer channel.
Where more than one channel is listed, you just have to look at the first one. While the hardware can handle multiple channels in that case, Espruino doesn't provide you with a way to specify which one you want to use.
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.
Ok, perfect - so software PWM would be fine then (you can use it on absolutely any pins, so you could have B15 as software and A10 as hardware and everything would be great). You can even make several software PWM, but the more you have and faster you go, the more CPU is used.
By 'tricky', I mean where you have them using the same timer channel.
Where more than one channel is listed, you just have to look at the first one. While the hardware can handle multiple channels in that case, Espruino doesn't provide you with a way to specify which one you want to use.