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 4
4
5
5
A simple interface to everyday GPIO components used with Raspberry Pi
6
6
7
- Latest release: v0.6 .0 Public beta
7
+ Latest release: v0.7 .0 Beta 2
8
8
9
9
Motivation
10
10
==========
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
4
4
5
5
## Latest release
6
6
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.
8
8
9
9
## Motivation
10
10
@@ -62,6 +62,8 @@ Components:
62
62
- Light Sensor
63
63
- Temperature Sensor
64
64
- Motor
65
+ - RGB LED
66
+ - MCP3008 ADC
65
67
66
68
Boards & accessories:
67
69
@@ -71,6 +73,8 @@ Boards & accessories:
71
73
- PI-TRAFFIC
72
74
- Fish Dish
73
75
- Traffic HAT
76
+ - Robot
77
+ - Ryanteck MCB Robot
74
78
75
79
## Getting started
76
80
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def read(fname):
8
8
9
9
setup (
10
10
name = "gpiozero" ,
11
- version = "0.6 .0" ,
11
+ version = "0.7 .0" ,
12
12
author = "Ben Nuttall" ,
13
13
description = "A simple interface to everyday GPIO components used with Raspberry Pi" ,
14
14
license = "BSD" ,
You can’t perform that action at this time.
0 commit comments