10 years, 8 months ago.

How create a new library

Hi Guys,

I'm new using MBED. Just, I think it's a very interesting concept for new FW... Bravo guys!!!

I'm interested to implement a new Library. So, my questions are:

1.- Where should I start learning MBED and Implement my new library easily and quickly?

2.- How can I know if my implementation is a performance implementation?

3.- How can I know what is my HW configuration? which devices I have and where are there connected?

Thx.

/Mauro

Hello Mauro Arias,

start with these 2 pages: cookbook http://mbed.org/cookbook/Homepage handbook http://mbed.org/handbook/Homepage

It should answer all your questions.

Regards,
0xc0170

posted by Martin Kojtal 24 Sep 2013

1 Answer

10 years, 8 months ago.

Hi Mauro here is the direct link to how to write libraries:

https://mbed.org/cookbook/Writing-a-Library

Greetings