No changes
Revision 9:4be9eeb39a36, committed 2018-11-30
- Comitter:
- O_Thom
- Date:
- Fri Nov 30 13:32:06 2018 +0000
- Parent:
- 8:df979097cc71
- Commit message:
- Minor
Changed in this revision
sample_hardware.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r df979097cc71 -r 4be9eeb39a36 sample_hardware.cpp --- a/sample_hardware.cpp Thu Dec 07 15:28:16 2017 +0000 +++ b/sample_hardware.cpp Fri Nov 30 13:32:06 2018 +0000 @@ -16,7 +16,7 @@ DigitalIn SW1(PE_12); DigitalIn SW2(PE_14); //Serial pc(USBTX, USBRX); -AnalogIn adcIn(PA_0); +AnalogIn adcIn(A0); //Environmental Sensor driver #ifdef BME