Skip to content

Commit

Permalink
Fix for pinMode() in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorBreakfast committed Jun 28, 2014
1 parent b954f6e commit 4458f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ wpi.pinMode(0, wpi.modes.OUTPUT);
```

- `pin`: pin number
- `mode`: `wpi.INPUT`, `wpi.OUTPUT`, `wpi.PWM_OUTPUT` or `wpi.GPIO_CLOCK`
- `mode`: `wpi.modes.INPUT`, `wpi.modes.OUTPUT`, `wpi.modes.PWM_OUTPUT` or `wpi.modes.GPIO_CLOCK`

### `wpi.pullUpDnControl(pin, pud)`

Expand Down

0 comments on commit 4458f4c

Please sign in to comment.