Radar Scanner
1.0.0
Loading...
Searching...
No Matches
C:/Users/Alex/git/repository2/esr24_g10_radar_scanner/us_sensor.h
1
/*
2
* us_sensor.h
3
*
4
* Created on: 23.06.2020
5
* Author: steddins
6
*/
7
8
#ifndef US_SENSOR_H_
9
#define US_SENSOR_H_
10
11
#include <stdint.h>
12
13
void
sr04_init();
14
void
sr04_start();
15
void
sr04_stop();
16
uint16_t sr04_get_value();
17
18
19
#endif
/* US_SENSOR_H_ */
Generated by
1.11.0