Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: AD7989.h
- Revision:
- 2:60f5474814ac
- Parent:
- 1:582476614d9d
- Child:
- 3:c3f4ce50902f
--- a/AD7989.h Mon Jan 21 17:27:10 2019 +0000 +++ b/AD7989.h Mon Jan 21 11:44:03 2019 -0600 @@ -38,9 +38,9 @@ * The value the function will return will be from -5.0V to 5.0V */ double sample(); - /** averages a number of samples the use specifies + /** Averages a number of samples the use specifies * - * @param num_avgs The number of samples to average + * @param num_avgs The number of samples to average */ double sample_avg(int num_avgs); @@ -52,4 +52,4 @@ DigitalOut *ADC_CONV; }; -#endif \ No newline at end of file +#endif