P1 controlling Adafruit Motor Shield V2
Erlend
Posts: 612
in Propeller 1
I have bought a Adafruit Motor Shield V2 for Arduino, but of course it is Propeller and Spin that is my family. The shield is controlled by means of I2C, but so far I have not been able to find the I2C commands it is using. Does anyone know? - or do I have to dig down into the Arduino C libraries to find them - which is no fun at all?
Erlend
Erlend
Comments
look at:
Addressing the Shields
Each board in the chain must be assigned a unique address. This is done with the address jumpers on the lower edge of the board. The I2C base address for each board is 0x60. The binary address that you program with the address jumpers is added to the base I2C address.
Erlend