pins: Document support for '~' to enable pull-down resistors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -183,7 +183,7 @@ class PrinterPins:
|
||||
if [c for c in '^~!: ' if c in pin]:
|
||||
format = ""
|
||||
if can_pullup:
|
||||
format += "[^] "
|
||||
format += "[^~] "
|
||||
if can_invert:
|
||||
format += "[!] "
|
||||
raise error("Invalid pin description '%s'\n"
|
||||
|
||||
Reference in New Issue
Block a user