Multiple SERVO Modules?
-
Is there a way to change the 0x53 address in a servo module in order to stack multiple modules?
-
@britcollector Yes, You just put a new address is the code of the firmware and upload the updated firmware to the atmega.
just change this line
#define Server_Addr 0x53
to something like
#define Server_Addr 0x54
-
Got it! Thanks!