Skip to content

Commit db609e4

Browse files
committed
Remove extra paraenthesis from pydos_bcfg examples
1 parent 307359e commit db609e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The pydos_bcfg.py file acts as a library which contains a single dictionary opje
176176
The 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**

0 commit comments

Comments
 (0)