Skip to content

Commit

Permalink
More readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jarretth committed Feb 12, 2012
1 parent 3377652 commit 6b2ea04
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,13 @@ What is implemented right now:

##pin

Pins can be sent as an integer or a string(1, 2, "3", "A0")
Pins can be sent as an integer or a string(`1`, `2`, `"3"`, `"A0"`)

##value

* board.LOW(0)
* board.HIGH(255)
* integer/string from 0-255 for PWM pins
* `01` high
* `board.LOW`(`0`)
* `board.HIGH`(`255`)
* integer/string from `0`-`255` for PWM pins

# license

Expand Down

0 comments on commit 6b2ea04

Please sign in to comment.