adafruit / Adafruit_LED_Backpack

Adafruit LED Backpack Library for our various LED backpacks.
MIT License
299 stars 192 forks source link

Default I2C address when calling begin didn't work #54

Closed paorin closed 3 years ago

paorin commented 3 years ago

Calling begin with no argument didn't work because the default argument value was specified in the definition instead of in the declaration.