Multiple Motor Wings in CircuitPython

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dubovski
 
Posts: 2
Joined: Mon Dec 20, 2021 1:28 pm

Multiple Motor Wings in CircuitPython

Post by dubovski »

Hi

How do I control multiple motor featherwings (PID 2927) with my S3 feather (PID 5477) in CircuitPython?

I need to control 3 of them.

I didn't solder any jumpers on the bottom of the first one, only soldered A0 on the second one, and only A1 on the third one.

I can't find docs about how to specify the I2C address to the motorkit object in CircuitPython

Best,
Andre

User avatar
adafruit_support_bill
 
Posts: 88037
Joined: Sat Feb 07, 2009 10:11 am

Re: Multiple Motor Wings in CircuitPython

Post by adafruit_support_bill »

Just specify the address parameter in the constructor:

Code: Select all

kit = MotorKit(address=0x61)

Locked
Please be positive and constructive with your questions and comments.

Return to “Feather - Adafruit's lightweight platform”