DistanceRead
is now Read()
[#47]
- To simplify the name of the distance read method to
read()
Documentation, examples and other references have been updated.
The old method still works, but a depreciation message is launched.
Abolition of the pulseIn
method [#45]
- The implementation of the timing now no longer use
pulseIn()
to prevent any incompatibility problems with platforms that do not have this method implemented.
Other changes
- Added WProgram.h to header file to increase code compatibility [#46];
- Created examples using timeouts [#44];
- Created code of conduct, instructions to contribution and issue templates;
- Some fixes in documentation and code style.
Thanks
My thanks to the contributions of the whole community, especially @OtacilioN and @per1234 🖖