We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4b21e commit edc9e46Copy full SHA for edc9e46
examples/busdevice_read_register_spi_simpletest.py
@@ -3,7 +3,6 @@
3
import digitalio
4
from adafruit_bus_device.spi_device import SPIDevice
5
6
-DEVICE_ADDRESS = 0x68 # device address of BMP280 board
7
A_DEVICE_REGISTER = 0xD0 # device id register on the BMP280 board
8
9
# The follow is for SPI communications
0 commit comments