Skip to content

Commit

Permalink
Initial Update
Browse files Browse the repository at this point in the history
  • Loading branch information
akkoyun committed Dec 20, 2023
1 parent 0cd5a8d commit 3eece0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Environment",
"version": "5.7.4",
"version": "5.7.5",
"keywords": "Sensor, Environment, SHT21, HDC2010, TSL2561, MPL3115, Temperature, Humidity, Pressure, Light",
"description": "Function measures the value of given sensors. Library is used data mining for stable sensor data. Also cleared for lite use.",
"authors": {
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=Environment
version=5.7.4
version=5.7.5
author=Gunce Akkoyun <akkoyun@me.com>
maintainer=Gunce Akkoyun <akkoyun@me.com>
sentence=Read environment sensors
Expand Down
2 changes: 1 addition & 1 deletion src/Environment.h
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
// Set Interrupt Pin
this->Interrupt_Config(false, true, true, true, true); // Enable Threshold Interrupts
this->Interrupt_Mode(false); // Transparent Mode
this->Interrupt_Polarity(true); // Active High
this->Interrupt_Polarity(false); // Active Low
this->Interrupt(true); // Enable Interrupt

// Configure Measurements
Expand Down

0 comments on commit 3eece0c

Please sign in to comment.