adafruit / Adafruit_CircuitPython_CCS811

circuit python driver for CCS811 air quality sensor
MIT License
34 stars 24 forks source link

Use "address" not "addr" for specifying the I2C address, for consistency with other drivers #15

Closed deshipu closed 6 years ago

deshipu commented 6 years ago

We need a consistent API between different drivers, and all I2C-based drivers should use the same keywords.

tannewt commented 6 years ago

Yes! Totally!