Skip to content

Commit

Permalink
Fixed ref voltage
Browse files Browse the repository at this point in the history
  • Loading branch information
G0l committed Mar 3, 2014
1 parent 1db9fd7 commit 1e7839b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motorshield/motorshield.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var period_external = 4095;
var address;

/* max voltage */
var REF_VOLTAGE = 58;
var REF_VOLTAGE = 20;

/* set I2C address */
exports.setAddress = function (addr) {
Expand Down

0 comments on commit 1e7839b

Please sign in to comment.