changed default address

pull/827/head
ori 2023-09-21 23:23:05 +03:00 zatwierdzone przez Adrian Batzill
rodzic 775d0cd576
commit 319878b746
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
// The datasheet can be found here: https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf
package bmp388
const Address byte = 0x77 // default I2C address
const Address byte = 0x76 // default I2C address
const (
RegChipId byte = 0x00 // useful for checking the connection