Skip to content

Commit 71db559

Browse files
authored
Merge pull request #21 from DrGFreeman/18-version-1.6.0
Prepare for version 1.6.0 release
2 parents 3e49f57 + 95a95f6 commit 71db559

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SharpDistSensor
22
A library for the Arduino IDE that helps interface with Sharp analog distance sensors.
33

4-
Version 1.5.0
4+
Version 1.6.0
55
[![Build Status](https://travis-ci.org/DrGFreeman/SharpDistSensor.svg?branch=master)](https://travis-ci.org/DrGFreeman/SharpDistSensor)
6-
By Julien de la Bruère-Terreault (drgfreeman@tuta.io)
6+
By Julien de la Bruère-Terreault (drgfreeman@tuta.io) and [contributors](#contributors)
77

88
## Summary
99
The analog value from the sensor is converted to distance using either a
@@ -87,7 +87,14 @@ Model | valMin | valMax
8787

8888
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!
8989

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+
9096
## Version history
97+
* 1.6.0 (2020-10-10): Added GP2Y0A21F_5V_DS model, added Atmega 328 Nano board to CI testing.
9198
* 1.5.0 (2018-10-22): Added GP2Y0A41SK0F_5V_DS model.
9299
* 1.4.2 (2018-09-23): Improved comments in SharpDistSensorArray example.
93100
* 1.4.1 (2018-08-07): Updated MedianFilter to latest version from [daPhoosa/MedianFilter](https://github.com/daPhoosa/MedianFilter).

SharpDistSensor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Source: https://github.com/DrGFreeman/SharpDistSensor
44
55
MIT License
66
7-
Copyright (c) 2018 Julien de la Bruere-Terreault <drgfreeman@tuta.io>
7+
Copyright (c) 2020 Julien de la Bruere-Terreault <drgfreeman@tuta.io> and contributors
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

SharpDistSensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Source: https://github.com/DrGFreeman/SharpDistSensor
44
55
MIT License
66
7-
Copyright (c) 2018 Julien de la Bruere-Terreault <drgfreeman@tuta.io>
7+
Copyright (c) 2020 Julien de la Bruere-Terreault <drgfreeman@tuta.io> and contributors
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SharpDistSensor
2-
version=1.5.0
2+
version=1.6.0
33
author=Julien de la Bruere-Terreault, drgfreeman@tuta.io
44
maintainer=Julien de la Bruere-Terreault, drgfreeman@tuta.io
55
sentence=Sharp analog distance sensor library

0 commit comments

Comments
 (0)