Skip to content

Commit

Permalink
Merge pull request #11 from asafpm/master
Browse files Browse the repository at this point in the history
Fixed RETRIEVE_AFE_MAX30101 index byte value
  • Loading branch information
edspark authored Sep 2, 2020
2 parents e3f2ef0 + ef439a0 commit e59ac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SparkFun_Bio_Sensor_Hub_Library.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ enum READ_REGISTER_INDEX_BYTE {
// Index Byte under the Family Registry Byte: READ_ATTRIBUTES_AFE (0x42)
enum GET_AFE_INDEX_BYTE {

RETRIEVE_AFE_MAX30101,
RETRIEVE_AFE_MAX30101 = 0x03,
RETRIEVE_AFE_ACCELEROMETER

};
Expand Down

0 comments on commit e59ac0b

Please sign in to comment.