adafruit / Adafruit_GPS

An interrupt-based GPS Arduino library for no-parsing-required use
Other
471 stars 319 forks source link

Magic number used in I2C->requestFrom() #143

Open arpaterson opened 1 year ago

arpaterson commented 1 year ago

The I2C address is #defined here.

But the address is used as a magic number here

Doesn't matter, but noticed while browsing for inspiration.