Skip to content

This version use floating point number. The original version is still kept to ensure compatibility with older versions of makecode.

License

Notifications You must be signed in to change notification settings

makecode-extensions/BME280_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BME280

makecode BME280 Digital Pressure and Humidity Sensor package for micro:bit This version use floating point number.

Author: shaoziyang
Date: 2023.Jan

usage

open your microbit makecode project, in Add Package, paste

https://github.com/microbit-makecode-packages/BME280

to search box then search.

I2C Address

  • 0x76/0x77

API

  • function pressure()
    get pressure in pa

  • function temperature()
    return temperature in Celsius.

  • function humidity() return humidity in percent

  • function PowerOn() turn on BME280.

  • function PowerOff()
    goto sleep mode

  • function Address(addr: BME280_I2C_ADDRESS)
    set BME280's I2C address. addr may be:

    • BME280_I2C_ADDRESS.ADDR_0x76
    • BME280_I2C_ADDRESS.ADDR_0x77

Demo

License

MIT

Copyright (c) 2018, microbit/micropython Chinese community

Supported targets

  • for PXT/microbit

From microbit/micropython Chinese community

About

This version use floating point number. The original version is still kept to ensure compatibility with older versions of makecode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published