Ryan Vasquez / AD7989_Driver
Revision:
2:60f5474814ac
Parent:
1:582476614d9d
Child:
3:c3f4ce50902f
diff -r 582476614d9d -r 60f5474814ac AD7989.h
--- 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