mirror of https://github.com/ARMmbed/mbed-os.git
I2C test: change slave address
This avoids conflicts with slave on ci-test-shieldpull/3488/head
parent
20c9af8bec
commit
70667349ee
|
@ -22,7 +22,7 @@
|
||||||
#error [NOT_SUPPORTED] Target has only one I2C instance
|
#error [NOT_SUPPORTED] Target has only one I2C instance
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ADDR (0xA0)
|
#define ADDR (0x80)
|
||||||
#define FREQ 100000
|
#define FREQ 100000
|
||||||
|
|
||||||
// ********************************************************
|
// ********************************************************
|
||||||
|
|
Loading…
Reference in New Issue