Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=STM32duino STTS751
version=1.0.0
version=1.0.1
author=SRA
maintainer=stm32duino
sentence=digital temperature sensor.
Expand Down
2 changes: 1 addition & 1 deletion src/STTS751Sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ typedef enum
class STTS751Sensor
{
public:
STTS751Sensor(TwoWire *i2c, uint8_t address=STTS751_0xxxx_ADD_7K5);
STTS751Sensor(TwoWire *i2c, uint8_t address=STTS751_1xxxx_ADD_7K5);
STTS751StatusTypeDef ReadID(uint8_t *Id);
STTS751StatusTypeDef Enable();
STTS751StatusTypeDef Disable();
Expand Down