mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-24 13:48:49 +08:00
change const name.
Co-authored-by: Thomas Kohler <g2t@e.mail.de>
This commit is contained in:
parent
b04ecaa329
commit
84e54a40b5
@ -10,8 +10,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
JETSON_MINIMUM_PERIOD = 5334
|
||||
MINIMUM_RATE = 0.05
|
||||
minimumPeriod = 5334
|
||||
minimumRate = 0.05
|
||||
)
|
||||
|
||||
// PWMPin is the Jetson Nano implementation of the PWMPinner interface.
|
||||
|
Loading…
x
Reference in New Issue
Block a user