7 years, 9 months ago.

How can I assign a pin to a variable?

I need to randomly select one of 16 output pins on my FRDM-KL25Z. Is it possible to set up an array of pins, or do I need a switch?

1 Answer

7 years, 9 months ago.

You can make both a BusOut or make an array of pins (which is very similar to a BusOut).

Accepted Answer