pbugalski / wemos_motor_shield

Alternative firmware for Wemos Motor Shield
36 stars 19 forks source link

Any chance to add support for multiple by looking at address pads on the board? #4

Closed ashishgururani closed 6 years ago

ashishgururani commented 6 years ago

Looks like it is currently hardcoded https://github.com/pbugalski/wemos_motor_shield/blob/master/src/main.c#L72 to only 1 i2c address. I am trying to use two of these in my project.

If not, can you point me to how to compile and create a bin file?

https://forum.wemos.cc/topic/444/wemos-d1-mini-motor-shield-i2c-address-issue/2

pbugalski commented 6 years ago

Solved