Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Commit

Permalink
digitalRead() test file added
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungw00k committed Jul 31, 2011
1 parent 4bfca42 commit dc05af5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ Opening an arduino board:
var arduino = require("arduino");
var myBoard = arduino.connect("/dev/tty-usbserial1");
</pre>

Get Pin Data
<pre>
var arduino = require("arduino");
var myBoard = arduino.connect("/dev/tty-usbserial1");

</pre>

Alpha
-----
Expand Down

0 comments on commit dc05af5

Please sign in to comment.