- 
                Notifications
    
You must be signed in to change notification settings  - Fork 38
 
Open
Description
Hello,
I am trying to use the BMP180 to read temperature and pressure on ESP8266.
When I try to instantiate the object I got this error:
`>>> bus = I2C(scl=Pin(12), sda=Pin(13), freq=100000)
bmp180=BMP180(bus)
Traceback (most recent call last):
File "", line 1, in
File "bmp180.py", line 47, in init
OSError: [Errno 110] ETIMEDOUT`
Could you help me solving the issue?
Thank you
Metadata
Metadata
Assignees
Labels
No labels