9 years, 10 months ago.

how can i get the header files like mbed.h and TextLCD.h in my CooCox application??

am trying to interface 16*2 LCD display To FRDM-KL25Z, i want to get the complete program including the header files can u help me to find. thanks in advance

Question relating to:

The FRDM-KL25Z is an ultra-low-cost development platform for Kinetis L Series KL1x (KL14/15) and KL2x (KL24/25) MCUs built on ARM® Cortex™-M0+ processor. Features include easy access to MCU I/O, battery-ready, …

2 Answers

9 years, 10 months ago.

Just import the libs and click on the lib folder. It should open and you can see the source. You can also inspect the sources by accessing the libs through the documentation pages.

Isn't the user looking for mbed-src, to replace mbed.bld (lib) ?

posted by Martin Kojtal 26 Jun 2014
7 years, 8 months ago.

Where can i find the libs ?

The code for the published components can typically be found on the hardware/components pages. For example the original TextLCD is here. The mbed library sources can be found on the mbed-offical page.

posted by Wim Huiskamp 24 Aug 2016