Library to read rawdata from an FSR
Dependents: K64F-RTOS-MQTT-Example
Fork of FSR by
Diff: FSR.h
- Revision:
- 3:6fc368701789
- Parent:
- 0:d24a38523990
- Child:
- 4:8fe7b7425ce0
--- 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);