You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/EslovHandler.h
+4-4
Original file line number
Diff line number
Diff line change
@@ -95,26 +95,26 @@ class EslovHandler {
95
95
*/
96
96
uint8_trequestPacketAck();
97
97
/**
98
-
* @brief Change state of Nicla to ESLOV_AVAILABLE_SENSOR_STATE and wait for the interrupt pin to go high. Then read the avaliable sensor data over I2C.
98
+
* @brief Change `EslovState` of Nicla to `ESLOV_AVAILABLE_SENSOR_STATE` and wait for the interrupt pin to go high. Then read the avaliable sensor data over I2C.
99
99
*
100
100
* @return uint8_t Number of available sensor data packets.
101
101
*/
102
102
uint8_trequestAvailableData();
103
103
/**
104
-
* @brief Change state of Nicla to ESLOV_AVAILABLE_SENSOR_STATE and wait for the interrupt pin to go high. Then read the avaliable long sensor data over I2C.
104
+
* @brief Change `EslovState` of Nicla to `ESLOV_AVAILABLE_SENSOR_STATE` and wait for the interrupt pin to go high. Then read the avaliable long sensor data over I2C.
105
105
*
106
106
* @return uint8_t Number of available long sensor data packets.
107
107
*/
108
108
uint8_trequestAvailableLongData();
109
109
/**
110
-
* @brief Change state of Nicla to ESLOV_READ_SENSOR_STATE and wait for the interrupt pin to go high. Then read the avaliable sensor data over I2C.
110
+
* @brief Change `EslovState` of Nicla to `ESLOV_READ_SENSOR_STATE` and wait for the interrupt pin to go high. Then read the avaliable sensor data over I2C.
111
111
*
112
112
* @param sData data packet containing sensorID, payload size and data payload
113
113
* @return true Successful request of sensor data
114
114
*/
115
115
boolrequestSensorData(SensorDataPacket &sData);
116
116
/**
117
-
* @brief Change state of Nicla to ESLOV_READ_SENSOR_STATE and wait for the interrupt pin to go high. Then read the avaliable long sensor data over I2C.
117
+
* @brief Change `EslovState` of Nicla to `ESLOV_READ_SENSOR_STATE` and wait for the interrupt pin to go high. Then read the avaliable long sensor data over I2C.
118
118
*
119
119
* @param sData data packet containing sensorID, payload size and data payload
0 commit comments