1
0
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:
dlstjq7685 2022-10-23 18:24:41 +09:00 committed by GitHub
parent b04ecaa329
commit 84e54a40b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.