Skip to content

Releases: RobTillaart/runningAngle

0.2.1 release

21 Nov 15:02
Compare
Choose a tag to compare
update readme.md

0.2.0 release

22 Feb 11:45
01c6c9d
Compare
Choose a tag to compare
Add setMode0() and setMode1() (#19)

- add **void setMode0()** ==> -180..180
- add **void setMode1()** ==> 0..360
- add **uint8_t getMode()** return 0 or 1.
- add RA_DEFAULT_WEIGHT to **setWeight()**
- change return type of **setWeight()** to bool (return false if clipped).
- add RA_MIN_WEIGHT + RA_MAX_WEIGHT as constants
- add examples
- update readme.md
- move code from .h to .cpp
- update GitHub actions
- update license 2023
- minor edits

0.1.5 release

23 Nov 16:02
fecb04b
Compare
Choose a tag to compare
add changelog.md (#14)

0.1.4 release

29 May 09:17
eff51ff
Compare
Choose a tag to compare
fix #11 GRADIANS (#13)

0.1.3 release

28 Dec 08:49
12887c5
Compare
Choose a tag to compare
update library.json, readme, license, minor edits (#9)

0.1.2 release

27 May 19:51
Compare
Choose a tag to compare
fix CI build

0.1.1 release

07 Jan 22:37
87ed341
Compare
Choose a tag to compare
  • add Arduino-CI
  • add unit test (start)
  • refactor

0.1.0 initial version

28 Oct 18:35
d4d2c47
Compare
Choose a tag to compare
Merge pull request #1 from RobTillaart/master

initial version