mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Merge pull request #105 from claremacrae/patch-1
Correct constructor arg names in TrafficLights docs
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user