Skip to content

Commit ef439a0

Browse files
committed
Fixed RETRIEVE_AFE_MAX30101 index byte value
1 parent 51702e0 commit ef439a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_Bio_Sensor_Hub_Library.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ enum READ_REGISTER_INDEX_BYTE {
179179
// Index Byte under the Family Registry Byte: READ_ATTRIBUTES_AFE (0x42)
180180
enum GET_AFE_INDEX_BYTE {
181181

182-
RETRIEVE_AFE_MAX30101,
182+
RETRIEVE_AFE_MAX30101 = 0x03,
183183
RETRIEVE_AFE_ACCELEROMETER
184184

185185
};

0 commit comments

Comments
 (0)