File tree 3 files changed +3
-6
lines changed 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
import time
10
10
import board
11
- import busio
12
11
from adafruit_pca9685 import PCA9685
13
12
14
13
# Create the I2C bus interface.
Original file line number Diff line number Diff line change 3
3
4
4
import time
5
5
import board
6
- import busio
7
6
from adafruit_motor import servo
8
7
from adafruit_pca9685 import PCA9685
9
8
Original file line number Diff line number Diff line change 1
1
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
2
2
# SPDX-License-Identifier: MIT
3
3
4
- # This simple test outputs a 50% duty cycle PWM single on the 0th channel. Connect an LED and
5
- # resistor in series to the pin to visualize duty cycle changes and its impact on brightness.
4
+ # Outputs a 50% duty cycle PWM single on the 0th channel.
5
+ # Connect an LED and resistor in series to the pin
6
+ # to visualize duty cycle changes and its impact on brightness.
6
7
7
- import time
8
8
import board
9
- import busio
10
9
from adafruit_pca9685 import PCA9685
11
10
12
11
# Create the I2C bus interface.
You can’t perform that action at this time.
0 commit comments