Skip to content
Snippets Groups Projects
Unverified Commit 5fe06c80 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #7927 from basilfx/bugfix/i2c_addresses

tests: u8g2: fix i2c addresses.
parents 10292cf9 9428034f
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ TEST_OUTPUT ?= 1 ...@@ -13,7 +13,7 @@ TEST_OUTPUT ?= 1
TEST_I2C ?= 0 TEST_I2C ?= 0
TEST_SPI ?= 0 TEST_SPI ?= 0
TEST_ADDR ?= 0x78 TEST_ADDR ?= 0x3c
TEST_PIN_CS ?= GPIO_PIN\(0,0\) TEST_PIN_CS ?= GPIO_PIN\(0,0\)
TEST_PIN_DC ?= GPIO_PIN\(0,0\) TEST_PIN_DC ?= GPIO_PIN\(0,0\)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment