45404bb50499247a3e3a2d38211b22cf2d0b5e0b
Solarmotor
Mobilizing mirror cluster.
Information
Use adafruit servokit to manage the servos through the external board. Enable the I2C module for the rasberry pi. Install the package and initialize with
from adafruit_servokit import ServoKit
kit = ServoKit(channels=16)
kit.servo[0].angle = 180
Description
Languages
Python
100%