
Skeleton program for Federico's 4YP project.
Dependencies: WebSocketClient WiflyInterface mbed messages
Fork of IoT_Ex by
Diff: source/ADC.cpp
- Revision:
- 3:f20e114eb2ee
- Parent:
- 2:7abdaa5a9209
- Child:
- 5:0c7d131e6089
--- a/source/ADC.cpp Tue Oct 04 13:59:13 2016 +0000 +++ b/source/ADC.cpp Tue Oct 04 16:20:14 2016 +0000 @@ -40,7 +40,6 @@ // Set the sample numbers (making this bigger samples more slowly): ADC1->SMPR2 = ADC_SMPR1_SMP16_1 | ADC_SMPR1_SMP16_2; // Set for 144 ADC clock cycles - ADC1->SMPR2 = ADC_SMPR1_SMP18_1 | ADC_SMPR1_SMP18_2; // Set for 144 ADC clock cycles INFO("ADC configuration complete!");