mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Added pinout.xyz link, per Ben's suggestion
This commit is contained in:
@@ -60,6 +60,8 @@ class PinoutTool(object):
|
||||
raise IOError('This device is not a Raspberry Pi')
|
||||
else:
|
||||
pi_info(args.revision).pprint(color=args.color)
|
||||
print('')
|
||||
print('For further information, please refer to https://pinout.xyz/')
|
||||
|
||||
|
||||
main = PinoutTool()
|
||||
|
||||
Reference in New Issue
Block a user