Some work

This commit is contained in:
2025-10-16 08:28:04 +02:00
parent 6bf2586b01
commit 45404bb504
6 changed files with 229 additions and 121 deletions

View File

@@ -1,3 +1,15 @@
# 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
```python
from adafruit_servokit import ServoKit
kit = ServoKit(channels=16)
kit.servo[0].angle = 180
```