Skip to content

andresag01/mbed-drivers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.9%
  • C 11.1%