Trying to graph BMP280 data on the 1306 OLED (see my previous post).
First, Erel's fix for replacing float by double worked (compiles well now).
Second:
The 1306 OLED is initialized by ssd.InitializeI2C(d1pins.D6, 0x3c) with 3c its address.
How to initialize the BMP280 at address x77? There is no bmp.InitializeI2C.
Should both devices share the same I2C bus or should each one be connected to different pins?
First, Erel's fix for replacing float by double worked (compiles well now).
Second:
The 1306 OLED is initialized by ssd.InitializeI2C(d1pins.D6, 0x3c) with 3c its address.
How to initialize the BMP280 at address x77? There is no bmp.InitializeI2C.
Should both devices share the same I2C bus or should each one be connected to different pins?