adafruit / Adafruit_CircuitPython_BME280

CircuitPython driver for the BME280
MIT License
63 stars 42 forks source link

Adding Note regarding the pressure capabilities of the sensor. Changing the use of busio. Including learning guide. #47

Closed jposada202020 closed 3 years ago

jposada202020 commented 3 years ago

Changes

Adding Note regarding the pressure capabilities of the sensor. Changing the use of busio. Including learning guide.

jposada202020 commented 3 years ago

thanks @dhalbert , I think we have a template, I would use this template and spread across the other library code, and examples, and readme.rst, etc.

dhalbert commented 3 years ago

I actually think the # Create sensor object, using the board's default I2C bus. comments are a bit extraneous. I think the code kind of speaks for itself. Maybe Create sensor object, communicating over the board's default I2C bus, if you want a comment like that.

jposada202020 commented 3 years ago

Will do, Thanks

I'll use this two lines in the examples if needed

Create sensor object, communicating over the board's default I2C bus

OR Create sensor object, communicating over the board's default SPI bus

jposada202020 commented 3 years ago

Thanks