You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By Julien de la Bruère-Terreault (drgfreeman@tuta.io)
6
+
By Julien de la Bruère-Terreault (drgfreeman@tuta.io) and [contributors](#contributors)
7
7
8
8
## Summary
9
9
The analog value from the sensor is converted to distance using either a
@@ -87,7 +87,14 @@ Model | valMin | valMax
87
87
88
88
This library has been designed so that it is easy to add sensor models. Contributions are therefore welcome. Adding models to the library can be done by either submitting a pull request or providing me the proposed fit function and associated calibration data by email so I can add it myself. Thank you for contributing!
89
89
90
+
## Contributors
91
+
92
+
Thanks to all who have directly or indirectly contributed to this library:
93
+
- Phillip Schmidt [@daPhoosa](https://github.com/daPhoosa) - MedianFilter library used in this library
94
+
- Christian Gosch [@cgo](https://github.com/cgo) - [#17](https://github.com/DrGFreeman/SharpDistSensor/pull/17)
95
+
90
96
## Version history
97
+
* 1.6.0 (2020-10-10): Added GP2Y0A21F_5V_DS model, added Atmega 328 Nano board to CI testing.
0 commit comments