diff --git a/python/genindex.html b/python/genindex.html index bae20460d..23941c628 100644 --- a/python/genindex.html +++ b/python/genindex.html @@ -180,6 +180,10 @@
+ |
get_led()
get_pwm_enable()
init()
read_accel()
read_adc()
Get the PWM chip (PCA9685)’s OE_pin state.
+True -> ON, False -> OFF.
+bool
+Examples
+Please check set_pwm_channel_value()
>>> navigator.get_pwm_enable()
+