Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Auto generated API documentation and code listings for MultiSensor_00
| Decimator | Decimator class to implement simple low-pass filtering on uC Unsigned integer decimator |
| Transport | A class to implement a basic transport layer that is based very loosely on UDP/UDP-lite |
Code
| comms.cpp [code] | |
| comms.h [code] | Header file for comms.cpp A simplistic communication profile for streaming data sampled from sensors over UART->radio->UART->dislpay |
| daq.cpp [code] | |
| daq.h [code] | Header file for daq.cpp - a data acquisition system capable of sampling from multiple ADCs in BURST mode to allow consistent, high-rate sampling |
| main.cpp [code] |