Skip to content

Releases: ralvarezdev/tinygo-servo

modified some calculations

24 Sep 22:00
f7c2661

Choose a tag to compare

v0.2.5

refactor: modified some calculations

added left limit and right limit logs on initialization

24 Sep 21:52
6536123

Choose a tag to compare

v0.2.4

feat: added left limit and right limit logs on initialization

inverted angles limits if the direction is inverted

24 Sep 21:46
be7ccda

Choose a tag to compare

v0.2.3

fix: inverted angles limits if the direction is inverted

added log for set pulse width

24 Sep 21:38
7616d9a

Choose a tag to compare

v0.2.2

feat: added log for set pulse width

modified direction inverted angle calculation and order

24 Sep 02:27
246db2d

Choose a tag to compare

v0.2.1

refactor: modified direction inverted angle calculation and order

removed tinygo servo driver dependency and added different frequency and angle limits support Latest

22 Sep 17:02
f5ffa59

Choose a tag to compare

v0.2.0

refactor: removed tinygo servo driver dependency and added different …

added Direction enum

18 Sep 22:21
70cf308

Choose a tag to compare

v0.1.1

feat: added Direction enum

made package more generic

16 Sep 21:52
485b780

Choose a tag to compare

v0.1.0

refactor: made package more generic

added SafeSetAngleToRight, SafeSetAngleToLeft, SafeSetDirectionToRight and SafeSetDirectionToLeft methods

16 Sep 16:10
ce6ca36

Choose a tag to compare

v0.0.10

feat: added SafeSetAngleToRight, SafeSetAngleToLeft, SafeSetDirection…

added missing maxAngle parameter on Handler initialization

16 Sep 05:22
3996c18

Choose a tag to compare

v0.0.9

fix: added missing maxAngle parameter on Handler initialization