Fix product links in examples. Closes #102
This commit is contained in:
parent
4f69faddc5
commit
ba0fe3d3c0
|
|
@ -2,7 +2,7 @@
|
|||
This is a library for the BME280 humidity, temperature & pressure sensor
|
||||
|
||||
Designed specifically to work with the Adafruit BME280 Breakout
|
||||
----> http://www.adafruit.com/products/2650
|
||||
----> http://www.adafruit.com/products/2652
|
||||
|
||||
These sensors use I2C or SPI to communicate, 2 or 4 pins are required
|
||||
to interface. The device's I2C address is either 0x76 or 0x77.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
This is a library for the BME280 humidity, temperature & pressure sensor
|
||||
|
||||
Designed specifically to work with the Adafruit BME280 Breakout
|
||||
----> http://www.adafruit.com/products/2650
|
||||
----> http://www.adafruit.com/products/2652
|
||||
|
||||
These sensors use I2C or SPI to communicate, 2 or 4 pins are required
|
||||
to interface. The device's I2C address is either 0x76 or 0x77.
|
||||
|
|
|
|||
Loading…
Reference in New Issue