Skip to content

Commit

Permalink
Merge pull request #14 from harp-tech/13-servomotorxpulse-should-have…
Browse files Browse the repository at this point in the history
…-information-regarding-minimum-and-maximum-values

Add limits to ServoMotor registers
  • Loading branch information
bruno-f-cruz authored Sep 8, 2023
2 parents 3ff429b + 75ee35e commit 619bc1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,15 @@ registers:
address: 100
type: U16
access: Write
minValue: 2
maxValue: 65534
description: Specifies the period of the servo motor in DO2, in microseconds.
ServoMotor2Pulse: &servoPulse
address: 101
type: U16
access: Write
minValue: 6
maxValue: 65530
description: Specifies the pulse of the servo motor in DO2, in microseconds.
ServoMotor3Period:
<<: *servoPeriod
Expand Down

0 comments on commit 619bc1e

Please sign in to comment.