Merge pull request #246 from waveform80/pin-database

Add pins database
This commit is contained in:
Dave Jones
2016-04-05 00:51:27 +01:00
9 changed files with 775 additions and 26 deletions

View File

@@ -8,6 +8,11 @@ from __future__ import (
from .pins import (
Pin,
)
from .pins.data import (
PiBoardInfo,
PinInfo,
pi_info,
)
from .exc import (
GPIOZeroError,
DeviceClosed,
@@ -38,6 +43,9 @@ from .exc import (
PinPWMError,
PinPWMUnsupported,
PinPWMFixedValue,
PinUnknownPi,
PinMultiplePins,
PinNoPins,
GPIOZeroWarning,
SPIWarning,
SPISoftwareFallback,