Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Orange Pi AIPro #871

Open
keepcold-yu opened this issue Jul 19, 2024 · 0 comments
Open

Add Orange Pi AIPro #871

keepcold-yu opened this issue Jul 19, 2024 · 0 comments
Labels
New Board Request This is a request for a new board to be supported.

Comments

@keepcold-yu
Copy link

this is my code:
import time
import board
import busio
from adafruit_servokit import ServoKit

i2c_bus = busio.I2C(board.SCL, board.SDA)
kit = ServoKit(channels=16, i2c=i2c_bus)

kit.servo[0].angle = 75
time.sleep(1)
kit.servo[1].angle = 150

i use pca9685 and two sg90
When I tried to use these codes, he encountered an error。 like this photo
image

@keepcold-yu keepcold-yu added the New Board Request This is a request for a new board to be supported. label Jul 19, 2024
@makermelissa makermelissa changed the title orangepi aipro can't use adafruit-blinka and adafruit-platformdetect Add Orange Pi AIPro Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Board Request This is a request for a new board to be supported.
Projects
None yet
Development

No branches or pull requests

1 participant