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: FSR.h
- Revision:
- 3:6fc368701789
- Parent:
- 0:d24a38523990
- Child:
- 4:8fe7b7425ce0
diff -r 3a5f5cc5b35c -r 6fc368701789 FSR.h
--- a/FSR.h Wed Oct 21 21:20:14 2015 +0000
+++ b/FSR.h Wed Oct 21 21:22:53 2015 +0000
@@ -27,8 +27,8 @@
public:
/** Create an FSR object
*
- * @param AnalogIn pin number
- * @param resistance of the voltage divider resistor in k
+ * @param Pin AnalogIn pin number
+ * @param resistance resistance of the voltage divider resistor in k
*/
FSR(PinName Pin, float resistance);