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
1 changed files with 2 additions and 2 deletions

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.