pep8:
autopep8 -a -a -a --experimental -r -i src
+
+epydoc:
+ cd src && epydoc -o ../html -v --show-imports \
+ --inheritance listed --graph all \
+ pinmux_generator.py spec/ bsv/
+
sdmmc is never going to do anything other than switch this entire
bank all at once. so in this particular example, sdmmc returns:
- (['CMD+', 'CLK+', 'D0*', 'D1*', 'D2*', 'D3*'] # pin names
- ['D0*', 'D1*', 'D2*', 'D3*']) # ganged bus names
+ (['CMD+', 'CLK+', 'D0*', 'D1*', 'D2*', 'D3*'] # pin names
+ ['D0*', 'D1*', 'D2*', 'D3*']) # ganged bus names
"""