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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For the installation of the ESP32 in the Arduino IDE, see [Arduino ESP32 Install

### General
Please make sure that you use the correct supply voltage:
- The ENS190 runs at VDD = 5V.
- The ENS190 runs at VDD = 5 V.
- The serial communication runs at 5V, and supports UART, RS485, and Modbus.

### Example UART with ESP32
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ScioSense_ENS190
version=1.1.0
version=1.1.1
author=ScioSense
maintainer=ScioSense
sentence=Library for the ENS190 CO2 sensor by ScioSense
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ens190/ScioSense_Ens190.inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ static inline Result Ens190_SetCo2Baseline(ScioSense_Ens190* ens190, uint16_t co

uint8_t rbuff[ENS190_COMMAND_RESPONSE_CO2_BASELINE_LENGTH];

result = Ens190_Invoke(ens190, commandSetCo2Baseline, ENS190_COMMAND_GET_ALARM_THRESHOLDS_LENGTH, rbuff, ENS190_COMMAND_RESPONSE_CO2_BASELINE_LENGTH);
result = Ens190_Invoke(ens190, commandSetCo2Baseline, ENS190_COMMAND_SET_CO2_BASELINE_LENGTH, rbuff, ENS190_COMMAND_RESPONSE_CO2_BASELINE_LENGTH);

if (result == RESULT_OK)
{
Expand Down
74 changes: 0 additions & 74 deletions src/lib/io/ScioSense_IOInterface_Arduino_Ens16x_SPI.h

This file was deleted.

74 changes: 0 additions & 74 deletions src/lib/io/ScioSense_IOInterface_Arduino_Ens220_SPI.h

This file was deleted.

71 changes: 0 additions & 71 deletions src/lib/io/ScioSense_IOInterface_Arduino_I2C.h

This file was deleted.