mirror of https://github.com/ARMmbed/mbed-os.git
Change slave address in I2C master slave asynch test
Change test slave address to 0x80 because 0x90 is used by a real slave (temperature sensor) on few boards like the CI shield.pull/3510/head
parent
ca10f72bf7
commit
c93eaf8b55
|
@ -14,7 +14,7 @@
|
|||
#error [NOT_SUPPORTED] I2C Async is not supported
|
||||
#endif
|
||||
|
||||
#define ADDR (0x90)
|
||||
#define ADDR (0x80)
|
||||
#define FREQ 100000
|
||||
#define SIZE 10
|
||||
|
||||
|
|
Loading…
Reference in New Issue