Skip to content

Commit

Permalink
Fixed jsdocs type
Browse files Browse the repository at this point in the history
  • Loading branch information
rumata28 authored Jun 19, 2017
1 parent c3435c3 commit a9df3f3
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 a9df3f3

Please sign in to comment.