-
-
Save hatsunea/1eae06161c8183eee1eaca7231eef607 to your computer and use it in GitHub Desktop.
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