8 years, 2 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