Hello, i have connected and installed my new Adafruit-PWM/Servo driver board. I have got to the final part and when i run their Servo_Example.py code i get this error message.
File "/home/pi/....../...../Adafruit_PWM_Servo_Driver.py", line 31, in __init__
self.i2c = Adafruit_I2C(address, bus=smbus.SMBus(1))
TypeError:__init__() got an unexpected keyword argument 'bus'
i have followed the Adafruit instructions and Googled my problem and have to found any reason for this error.
Thanks in advance for any help....
Aidan Brookes