/BMP280Sample.Program.Addr.cs Secret
Created
June 25, 2022 12:08
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var i2cSettings = new I2cConnectionSettings(2, 0x76); | |
var i2cDevice = I2cDevice.Create(i2cSettings); | |
Bmp = new Bmp280(i2cDevice); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment