Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
akkoyun committed Jul 17, 2021
1 parent 225db81 commit af566d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @akkoyun
3 changes: 3 additions & 0 deletions src/Environment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ float Environment::SHT21_Temperature(const uint8_t Read_Count_, const uint8_t Av
// Software Reset Delay
delay(15);

for (<#initialization#>; <#condition#>; <#increment#>) {
<#statements#>
}
// ************************************************************
// Read Current Sensor Settings
// ************************************************************
Expand Down

0 comments on commit af566d1

Please sign in to comment.