mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Release v0.7.0 beta 2
This commit is contained in:
		@@ -4,7 +4,7 @@ gpiozero
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
A simple interface to everyday GPIO components used with Raspberry Pi
 | 
					A simple interface to everyday GPIO components used with Raspberry Pi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Latest release: v0.6.0 Public beta
 | 
					Latest release: v0.7.0 Beta 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Motivation
 | 
					Motivation
 | 
				
			||||||
==========
 | 
					==========
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@ A simple interface to everyday GPIO components used with Raspberry Pi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Latest release
 | 
					## Latest release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The latest release is **v0.6.0 beta 1** released on 28th September 2015.
 | 
					The latest release is **v0.7.0 beta 2** released on 9th October 2015.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Motivation
 | 
					## Motivation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -62,6 +62,8 @@ Components:
 | 
				
			|||||||
- Light Sensor
 | 
					- Light Sensor
 | 
				
			||||||
- Temperature Sensor
 | 
					- Temperature Sensor
 | 
				
			||||||
- Motor
 | 
					- Motor
 | 
				
			||||||
 | 
					- RGB LED
 | 
				
			||||||
 | 
					- MCP3008 ADC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Boards & accessories:
 | 
					Boards & accessories:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -71,6 +73,8 @@ Boards & accessories:
 | 
				
			|||||||
- PI-TRAFFIC
 | 
					- PI-TRAFFIC
 | 
				
			||||||
- Fish Dish
 | 
					- Fish Dish
 | 
				
			||||||
- Traffic HAT
 | 
					- Traffic HAT
 | 
				
			||||||
 | 
					- Robot
 | 
				
			||||||
 | 
					- Ryanteck MCB Robot
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Getting started
 | 
					## Getting started
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -8,7 +8,7 @@ def read(fname):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
setup(
 | 
					setup(
 | 
				
			||||||
    name="gpiozero",
 | 
					    name="gpiozero",
 | 
				
			||||||
    version="0.6.0",
 | 
					    version="0.7.0",
 | 
				
			||||||
    author="Ben Nuttall",
 | 
					    author="Ben Nuttall",
 | 
				
			||||||
    description="A simple interface to everyday GPIO components used with Raspberry Pi",
 | 
					    description="A simple interface to everyday GPIO components used with Raspberry Pi",
 | 
				
			||||||
    license="BSD",
 | 
					    license="BSD",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user