Skip to content

Commit

Permalink
Update analogInOut.js
Browse files Browse the repository at this point in the history
Use LED in README.md for output.
  • Loading branch information
jadonk authored Sep 20, 2018
1 parent 066844f commit 87fd8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PocketBeagle/analogInOut.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var b = require('bonescript');

var inputPin = "P1_19";
var outputPin = "P2_1";
var outputPin = "P1_36";

console.log('Hit ^C to stop');
b.pinMode(outputPin, b.ANALOG_OUTPUT);
Expand Down

0 comments on commit 87fd8e6

Please sign in to comment.