Device info HAL API. More...
Go to the source code of this file.
Functions | |
void | furi_hal_info_get_api_version (uint16_t *major, uint16_t *minor) |
void | furi_hal_info_get (PropertyValueCallback callback, char sep, void *context) |
Get device information. | |
Device info HAL API.
void furi_hal_info_get | ( | PropertyValueCallback | callback, |
char | sep, | ||
void * | context ) |
Get device information.
[in] | callback | callback to provide with new data |
[in] | sep | category separator character |
[in] | context | context to pass to callback |