Merge branch 'master' into docs-updates

This commit is contained in:
Ben Nuttall
2017-06-22 22:55:17 +01:00
committed by GitHub
80 changed files with 4434 additions and 2564 deletions

View File

@@ -56,7 +56,7 @@ class PingServer(InternalDevice):
self._fire_events()
def __repr__(self):
return '<gpiozero.PingDevice host="%s">' % self.host
return '<gpiozero.PingServer host="%s">' % self.host
@property
def value(self):