In this article:
Module APIs are used to build your own applications running the device. You can use them to do board specific customisation, access external sensors via hardware interfaces, get time and position, schedule jobs triggered by timer or event and schedule messages to transmit to the satellites.
- BSP API - API for board specific implementation of the board support package
- Hardware interface API - API to access sensors via various hardware interfaces
- System API - Non hardware interface related API
For example applications and code to build upon, check out the Module Code Examples.