|
embedded-software
reusable software modules for embedded systems
|

Go to the source code of this file.
Functions | |
| uint8_t | Ultrasonic_Init (uint16_t period, filter_t *filter, void(*callback)(uint16_t)) |
| Initialization of ultrasonic module, returns a uint8_t sensor_handle. More... | |
| void | Ultrasonic_Deinit (uint8_t sensor_handle) |
| Deinitialization of specific ultrasonic module. More... | |