-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- improve performance => faster lookup. - removed __z[] saves 136 bytes RAM - remove MultiMap dependency. - - remove **\_stddev** as **\_reciprokeSD** holds same information. - add **float P_outside(float f, float g)** - returns **P(x < f) + P(g < x)** under condition (f < g). - add **float denormalize(float value)** (reverse normalize). - add examples DS18B20 and HX711 and BMI - update readme.md - minor edits.
- Loading branch information
1 parent
89f2fe0
commit 7c1d89d
Showing
16 changed files
with
475 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.