Skip to content

Commit fb7f084

Browse files
authored
Merge pull request #61 from mstaack/patch-1
SPI has no address
2 parents c4bb932 + 7da6896 commit fb7f084

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/busdevice_read_register_spi_simpletest.py

-1
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)