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, 10 months ago.
What is the board identifier for K64F? Where to find it?
Hi all,
I am writing a mbed program that needs to work on multiple development boards. But different board has different pin out assignments. Does the mbed compiler support the macro below to identify which development board got chosen?
#ifdef BOARD1_IDENTIFIER DigitalOut LED(Pxx); #endif
What is the identifier for K64F? and where is that defined at?
Thank you!
1 Answer
8 years, 10 months ago.
https://developer.mbed.org/questions/62064/How-can-I-find-target-definition/