![]() |
LibDriver HCSR04
|
hcsr04 example driver modules More...
Functions | |
| uint8_t | hcsr04_basic_init (void) |
| basic example init | |
| uint8_t | hcsr04_basic_deinit (void) |
| basic example deinit | |
| uint8_t | hcsr04_basic_read (float *m) |
| basic example read | |
hcsr04 example driver modules
| uint8_t hcsr04_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 108 of file driver_hcsr04_basic.c.
| uint8_t hcsr04_basic_init | ( | void | ) |
basic example init
Definition at line 49 of file driver_hcsr04_basic.c.
| uint8_t hcsr04_basic_read | ( | float * | m | ) |
basic example read
| [out] | *m | pointer to a distance buffer |
Definition at line 86 of file driver_hcsr04_basic.c.