Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi I am trying to connect ble nano (Nordic nRF51822 SoC) to tmp102 in order to read temp by using the tmp102 project sample
This is the sample imported project:
TMP102 temperature(p9, p10, 0x90); A0 pin is connected to ground
int main() { while(1) { printf("Temperature: %f\n", temperature.read()); wait(1.0); } }
What does that commented line means?
Tmp102 has not A0 pin and BLE NANO has no A0 pin too.
I am confused
Thanks
Alex