Skip to content

Commit

Permalink
Merge pull request #105 from claremacrae/patch-1
Browse files Browse the repository at this point in the history
Correct constructor arg names in TrafficLights docs
  • Loading branch information
bennuttall committed Nov 9, 2015
2 parents 4f71782 + b22eebf commit 9804fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/boards.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ TrafficLights(red=None, amber=None, green=None)
| Argument | Description | Values | Default |
| -------- | ----------- | ------ | ------- |
| `red` | The GPIO pin number the red LED is connected to. | Integer: `0` to `25` | *Required* |
| `amber` | The GPIO pin number the amber LED is connected to. | Integer: `0` to `25` | *Required* |
| `green` | The GPIO pin number the green LED is connected to. | Integer: `0` to `25` | *Required* |
| `blue` | The GPIO pin number the blue LED is connected to. | Integer: `0` to `25` | *Required* |

#### Methods

Expand Down

0 comments on commit 9804fd3

Please sign in to comment.