Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 729 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 729 Bytes

mbed-drivers

This module is one of the main 'entry points' into mbed OS. It contains the definition and implementation of the high level (user facing) API for the MCU peripherals, as well as the implementation of the main function (mbed OS applications use app_start instead of main; check "Writing applications for mbed OS" for more details).

Because of this, you'll always want to make mbed-drivers a dependency of your mbed OS application. Check our "Getting started" guide for more details about mbed-drivers and mbed OS in general.