Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 4 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
8 years, 4 months ago.
You can make both a BusOut or make an array of pins (which is very similar to a BusOut).