I2C test: change slave address

This avoids conflicts with slave on ci-test-shield
pull/3488/head
Laurent MEUNIER 2016-12-19 11:30:12 +01:00
parent 20c9af8bec
commit 70667349ee
1 changed files with 1 additions and 1 deletions

View File

@ -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
// ******************************************************** // ********************************************************