Remove unimplemented calls
This commit is contained in:
@ -26,11 +26,6 @@ void mgos_sht31_destroy(struct mgos_sht31 **sensor);
|
||||
*/
|
||||
bool mgos_sht31_read(struct mgos_sht31 *sensor);
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
void mgos_sht31_setHeater(struct mgos_sht31 *sensor, bool enabled);
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
@ -41,12 +36,6 @@ float mgos_sht31_getTemperature(struct mgos_sht31 *sensor);
|
||||
*/
|
||||
float mgos_sht31_getHumidity(struct mgos_sht31 *sensor);
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
uint16_t mgos_sht31_getStatus(struct mgos_sht31 *sensor);
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user