Chirp SonicLib  4.5.2
ch_extra_display_utils.h
Go to the documentation of this file.
1 
12 /*
13  Copyright 2016-2023, InvenSense, Inc. All rights reserved.
14 
15  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18  DISCLAIMED.
19 */
20 #ifndef CH_EXTRA_DISPLAY_UTILS_H_
21 #define CH_EXTRA_DISPLAY_UTILS_H_
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 #include <invn/soniclib/soniclib.h>
28 
35 
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif /* CH_EXTRA_DISPLAY_UTILS_H_ */
void ch_extra_display_init_info(ch_group_t *grp_ptr)
Display informations about sensor after firmware is loaded.
uint8_t ch_extra_display_config_info(ch_dev_t *dev_ptr)
Display informations about the configuration of measure of sensor.
SonicLib public API and support functions for TDK/InvenSense ultrasonic sensors (originally developed...
Chirp sensor device descriptor structure.
Definition: soniclib.h:732
Chirp sensor group descriptor structure.
Definition: soniclib.h:704