Skip to content

Commit e59ac0b

Browse files
authored
Merge pull request #11 from asafpm/master
Fixed RETRIEVE_AFE_MAX30101 index byte value
2 parents e3f2ef0 + ef439a0 commit e59ac0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_Bio_Sensor_Hub_Library.h

+1-1
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)