We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4bb932 + 7da6896 commit fb7f084Copy full SHA for fb7f084
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