I2C test: change slave address

This avoids conflicts with slave on ci-test-shield
pull/3585/head
Laurent MEUNIER 2016-12-19 11:30:12 +01:00 committed by Anna Bridge
parent 859dbb4240
commit 21bb46f6b1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#error [NOT_SUPPORTED] Target has only one I2C instance
#endif
#define ADDR (0xA0)
#define ADDR (0x80)
#define FREQ 100000
// ********************************************************