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.
Fork of FSR by
Revision 3:6fc368701789, committed 2015-10-21
- Comitter:
- cshao06
- Date:
- Wed Oct 21 21:22:53 2015 +0000
- Parent:
- 2:3a5f5cc5b35c
- Child:
- 4:8fe7b7425ce0
- Commit message:
- FSR
Changed in this revision
| FSR.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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);
