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

Commit

Permalink
modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungw00k committed Oct 17, 2011
1 parent 4d94b7a commit 7748ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ npm install git://github.com/kyungw00k/node-arduino.git

To Use
------
1. Opening an arduino board:
* Opening an arduino board:

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

2. Getting pin 7 digital value
* Getting pin 7 digital value

<pre>
var arduino = require("arduino")
Expand Down

0 comments on commit 7748ddc

Please sign in to comment.