Im using a NANO 33 BLE.
I have some methods that Pulse a pin for a specified frequency.
Id like to write a program that can randomly select pins and randomly select a method to run on that pin.
id also like to have a few threads running this.
Is this a possibility ?
Im currently butchering a Arduino_threads example, but am i wasting my time lol