File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 44
55A simple interface to everyday GPIO components used with Raspberry Pi
66
7- Latest release: v0.6 .0 Public beta
7+ Latest release: v0.7 .0 Beta 2
88
99Motivation
1010==========
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A simple interface to everyday GPIO components used with Raspberry Pi
44
55## Latest release
66
7- The latest release is ** v0.6 .0 beta 1 ** released on 28th September 2015.
7+ The latest release is ** v0.7 .0 beta 2 ** released on 9th October 2015.
88
99## Motivation
1010
@@ -62,6 +62,8 @@ Components:
6262- Light Sensor
6363- Temperature Sensor
6464- Motor
65+ - RGB LED
66+ - MCP3008 ADC
6567
6668Boards & accessories:
6769
@@ -71,6 +73,8 @@ Boards & accessories:
7173- PI-TRAFFIC
7274- Fish Dish
7375- Traffic HAT
76+ - Robot
77+ - Ryanteck MCB Robot
7478
7579## Getting started
7680
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def read(fname):
88
99setup (
1010 name = "gpiozero" ,
11- version = "0.6 .0" ,
11+ version = "0.7 .0" ,
1212 author = "Ben Nuttall" ,
1313 description = "A simple interface to everyday GPIO components used with Raspberry Pi" ,
1414 license = "BSD" ,
You can’t perform that action at this time.
0 commit comments