update docs and examples

This commit is contained in:
xs5871
2022-04-09 00:09:24 +00:00
committed by Kyle Brown
parent 7431192e95
commit 74fa1fb52e
44 changed files with 50 additions and 53 deletions

View File

@@ -36,7 +36,7 @@ if __name__ == '__main__':
```python
import board
from kmk.matrix import DiodeOrientation
from kmk.scanners import DiodeOrientation
col_pins = (board.SCK, board.MOSI, board.MISO, board.RX, board.TX, board.D4)
row_pins = (board.D10, board.D11, board.D12, board.D13, board.D9, board.D6, board.D5, board.SCL)