mirror of https://github.com/ARMmbed/mbed-os.git
Updated test MBED_A4 (i2c_TMP102) with LPC2368 target
parent
c62f8cd1d1
commit
d0b7f3009d
|
@ -11,7 +11,7 @@ TMP102 temperature(D10, D11, 0x90);
|
|||
TMP102 temperature(p9, p10, 0x90);
|
||||
|
||||
#elif defined(TARGET_LPC2368)
|
||||
TMP102 temperature(p9, p10, 0x90);
|
||||
TMP102 temperature(p28, p27, 0x90);
|
||||
|
||||
#else
|
||||
TMP102 temperature(p28, p27, 0x90);
|
||||
|
|
Loading…
Reference in New Issue