ivan-adzic / mbed-drivers

Drivers for common MCU peripherals in mbed OS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Drivers for common MCU peripherals in mbed OS.

License:Other


Languages

Language:C++ 88.9%Language:C 11.1%