diff --git a/hardware/pigpiod/locales/en-US/pi-gpiod.json b/hardware/pigpiod/locales/en-US/pi-gpiod.json index 5eaa33e6..11843718 100644 --- a/hardware/pigpiod/locales/en-US/pi-gpiod.json +++ b/hardware/pigpiod/locales/en-US/pi-gpiod.json @@ -11,7 +11,8 @@ "debounce": "Debounce", "limits": "Limits", "min": "min", - "max": "max" + "max": "max", + "freq": "Frequency" }, "place": { "host": "local or remote ip", @@ -33,7 +34,8 @@ "in": "Only Digital Input is supported - input must be 0 or 1.", "dig": "Digital output - input must be 0 or 1.", "pwm": "PWM output - input must be between 0 to 100.", - "ser": "Servo output - input must be between 0 to 100. 50 is centre.
Min must be 500uS or more, Max must be 2500uS or less." + "ser": "Servo output - input must be between 0 to 100. 50 is centre.
min. must be 500 µs or more, max. must be 2500 µs or less.", + "dual": "Pins marked in blue are dual use. Make sure they are not enabled for their other use before using as GPIO." }, "types": { "digout": "digital output", diff --git a/hardware/pigpiod/pi-gpiod.html b/hardware/pigpiod/pi-gpiod.html index 86018771..7d5a39f9 100644 --- a/hardware/pigpiod/pi-gpiod.html +++ b/hardware/pigpiod/pi-gpiod.html @@ -164,8 +164,7 @@
-
Pins marked in blue are dual use. Make sure they are not enabled for - their other use before using as GPIO.
+