stevemarple / SoftWire

Software I2C implementation for Arduino and other Wiring-type environments
GNU Lesser General Public License v2.1
136 stars 31 forks source link

Fix up -Wshadow warnings by changing method argument names #30

Closed waynepiekarski closed 2 years ago

waynepiekarski commented 2 years ago

If you are compiling code with -Wshadow then SoftWire will give warnings/errors since there are methods with the same name.

stevemarple commented 2 years ago

This looks good, I don't see any problems with it. Could you please add yourself to the bottom of the contributors list in README.md, in the same style as used for others?

waynepiekarski commented 2 years ago

I have added a line in README.md for myself. Thanks.

stevemarple commented 2 years ago

Thanks for contributing. I'll tag and push a new release very soon.