Adicionar primeiro
This commit is contained in:
19
components/peripherals/include/proximity.h
Executable file
19
components/peripherals/include/proximity.h
Executable file
@@ -0,0 +1,19 @@
|
||||
#ifndef PROXIMITY_H_
|
||||
#define PROXIMITY_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @brief Initialize proximity check
|
||||
*
|
||||
*/
|
||||
void proximity_init(void);
|
||||
|
||||
/**
|
||||
* @brief Return measured value of max current on PP
|
||||
*
|
||||
* @return current in A
|
||||
*/
|
||||
uint8_t proximity_get_max_current(void);
|
||||
|
||||
#endif /* PROXIMITY_H_ */
|
||||
Reference in New Issue
Block a user