Skip to content

Commit

Permalink
optimized code
Browse files Browse the repository at this point in the history
  • Loading branch information
gumslone committed Jun 15, 2023
1 parent b468206 commit 8b2078b
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 193 deletions.
4 changes: 3 additions & 1 deletion tehybug/Tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,6 @@ String i2c_scanner() {
D_println("done\n");
return i2c_addresses;
// i2c scanner end
}
}

float temp2Imp(float value) { return round(1.8 * value + 32); }
Loading

0 comments on commit 8b2078b

Please sign in to comment.