mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-05-04 22:17:39 +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 (
|
const (
|
||||||
JETSON_MINIMUM_PERIOD = 5334
|
minimumPeriod = 5334
|
||||||
MINIMUM_RATE = 0.05
|
minimumRate = 0.05
|
||||||
)
|
)
|
||||||
|
|
||||||
// PWMPin is the Jetson Nano implementation of the PWMPinner interface.
|
// PWMPin is the Jetson Nano implementation of the PWMPinner interface.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user