adafruit / Adafruit_GPS

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

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

Open arpaterson opened 2 years ago

arpaterson commented 2 years 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.