File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ The pydos_bcfg.py file acts as a library which contains a single dictionary opje
176176The recognized keys of the Pydos_pins dictionary are:
177177
178178** TUPLES (pin number, Text description of identified pin)**
179- example: ` ( 'led' : (25, "GP25") )`
179+ example: ` 'led' : (25, "GP25") `
180180
181181** led** - Micropython may use text identifer (i.e. "led") rather than pin number
182182** sndPin**
@@ -193,7 +193,7 @@ example: `('led' : (25, "GP25"))`
193193** LIST OF TUPLES**
194194* First tuple in list used for machine/board SD dedicated SPI (board.SD_SPI)*
195195* Last tuple in list used for machine/board general use SPI (board.SPI)*
196- example: ` ( 'MISO' : [(43, "DAT0 D43 Internal"), (12, "MISO D12")]) `
196+ example: ` 'MISO' : [(43, "DAT0 D43 Internal"), (12, "MISO D12")] `
197197
198198** SPI_NUM** - MicroPython hardware SPI number
199199** SCK**
You can’t perform that action at this time.
0 commit comments