Skip to content

Releases: qub1750ul/Arduino_SharpIR

v2.0.0

07 Apr 17:52
Compare
Choose a tag to compare
Release v2.0.0

v1.1.0

14 Mar 18:09
Compare
Choose a tag to compare
Committed release v1.1.0

v1.0.3

02 Jan 21:44
Compare
Choose a tag to compare

Changelog v1.0.3:

= Fixed a warning about the getDistance() method
= Changed the identation
= Converted the #define statemets in constants
= Removed the #define guards and added the #pragma once statement to the top of the header

v1.0.2

14 Sep 07:31
Compare
Choose a tag to compare
Changelog v1.0.2:

> = (*Issue #1*) Fixed a bug that prevented the creation of the library instances
>   because of the change of the data type of the **#define** statements in the v1.0.1 release
>   > = changed the #define statements in "src/SharpIR.h" to reduce memory use

> = Fixed a sintax error in "examples/getDistance/getDistance.ino" according to the change to the **#define** statements cited above
> = Fixed the identation in "keywords.txt": it breaks the keyword highlight function of the IDE for some keywords
> \+ Added a warning message about the bug that brokes the release v1.0.1 in the changelog

v1.0.0

14 Sep 07:31
Compare
Choose a tag to compare

First release