Skip to content

Commit edc9e46

Browse files
authored
SPI has not address
1 parent eb4b21e commit edc9e46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/busdevice_read_register_spi_simpletest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import digitalio
44
from adafruit_bus_device.spi_device import SPIDevice
55

6-
DEVICE_ADDRESS = 0x68 # device address of BMP280 board
76
A_DEVICE_REGISTER = 0xD0 # device id register on the BMP280 board
87

98
# The follow is for SPI communications

0 commit comments

Comments
 (0)