ina132: python example for ina132 differential amplifier

Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Zion Orent
2015-03-27 11:25:07 -04:00
committed by Mihai Tudor Panu
parent 8c55b54969
commit 4f4bd2937a
2 changed files with 52 additions and 1 deletions

View File

@ -25,7 +25,7 @@
*/
var differential_amplifier_lib = require("jsupm_ina132");
// The was tested with the INA132 Differential Amplifier Sensor module.
// Tested with the INA132 Differential Amplifier Sensor module.
// Instantiate an INA132 on analog pin A0
var differential_amplifier_obj = new differential_amplifier_lib.INA132(0);