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.
11 years, 9 months ago.
frdm-kl25z PortOut???
Hi, How write to portB with PortOut for frdm-kl25z??? Thank you, Vilounha
1 Answer
11 years, 9 months ago.
You should be able to do the following port names are PortA...PortE
PortOut ledport(PortB, MASK);