Skip to content

Commit

Permalink
Merge pull request #173 from rumata28/patch-1
Browse files Browse the repository at this point in the history
Fixed jsdocs type
  • Loading branch information
soundanalogous committed Jun 20, 2017
2 parents c3435c3 + a9df3f3 commit d05c99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/firmata.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ Board.prototype.pinMode = function(pin, mode) {
/**
* Asks the arduino to write a value to a digital pin
* @param {number} pin The pin you want to write a value to.
* @param {value} value The value you want to write. Must be board.HIGH or board.LOW
* @param {number} value The value you want to write. Must be board.HIGH or board.LOW
*/

Board.prototype.digitalWrite = function(pin, value) {
Expand Down

0 comments on commit d05c99a

Please sign in to comment.