Skip to content

Commit 7d57b0d

Browse files
committed
Formatting
1 parent f9e4564 commit 7d57b0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/EslovHandler.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,26 +95,26 @@ class EslovHandler {
9595
*/
9696
uint8_t requestPacketAck();
9797
/**
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.
9999
*
100100
* @return uint8_t Number of available sensor data packets.
101101
*/
102102
uint8_t requestAvailableData();
103103
/**
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.
105105
*
106106
* @return uint8_t Number of available long sensor data packets.
107107
*/
108108
uint8_t requestAvailableLongData();
109109
/**
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.
111111
*
112112
* @param sData data packet containing sensorID, payload size and data payload
113113
* @return true Successful request of sensor data
114114
*/
115115
bool requestSensorData(SensorDataPacket &sData);
116116
/**
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.
118118
*
119119
* @param sData data packet containing sensorID, payload size and data payload
120120
* @return true Successful request of sensor data

0 commit comments

Comments
 (0)