External ressources / libraries

The MBED community being an active and growing community, a large number of libraries are developed and made available by their creators.

LEnsE ressources

The LEnsE team develops ressources (libraries and examples) for Mbed-OS. These ressources are accessible in this repository: MBED6 Libraries.

../_images/lense_mbed6_libs.png

Fig. 29 MBED6 Libraries repository snap.

To use these ressources you have to follow these steps:

  1. Download all the .h and .cpp files from the library. See Download files from a GitHub Repository . (often in the libs directory).

  2. Create a project in Keil Studio Cloud (or MBED Studio) based on the version 6 of MBED - Blinky baremetal. See Creation of a MBED project.

  3. Create a libs directory in your project.

  4. Copy all the downloaded files into this directory.

  5. Download and copy the example contained in the main_xxx.cpp file.

  6. Compile and test the code on a suitable Nucleo board.

You must first have connected the component you want to control to the Nucleo board, following the inputs and outputs recommended by the example.

External ressources