Skip to content

Commit 97aabca

Browse files
committed
Updated SPI pin selection descriptions
1 parent eec67b4 commit 97aabca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

LabJack/LJM/ljm_constants.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@
11481148
"readwrite": "RW",
11491149
"default": 0,
11501150
"tags": ["SPI"],
1151-
"description": "The DIO line for Chip-Select."
1151+
"description": "The number of the DIO line to be used for SPI Chip-Select. Ex: Writing 0 will set DIO0 to become SPI Chip-Select."
11521152
},
11531153
{
11541154
"address": 5001,
@@ -1162,7 +1162,7 @@
11621162
"readwrite": "RW",
11631163
"default": 0,
11641164
"tags": ["SPI"],
1165-
"description": "The DIO line for Clock."
1165+
"description": "The number of the DIO line to be used for SPI Clock. Ex: Writing 0 will set DIO0 to become SPI Clock."
11661166
},
11671167
{
11681168
"address": 5002,
@@ -1176,7 +1176,7 @@
11761176
"readwrite": "RW",
11771177
"default": 0,
11781178
"tags": ["SPI"],
1179-
"description": "The DIO line for Master-In-Slave-Out."
1179+
"description": "The number of the DIO line to be used for SPI Master-In-Slave-Out. Ex: Writing 0 will set DIO0 to become SPI Master-In-Slave-Out."
11801180
},
11811181
{
11821182
"address": 5003,
@@ -1190,7 +1190,7 @@
11901190
"readwrite": "RW",
11911191
"default": 0,
11921192
"tags": ["SPI"],
1193-
"description": "The DIO line for Master-Out-Slave-In."
1193+
"description": "The number of the DIO line to be used for SPI Master-Out-Slave-in. Ex: Writing 0 will set DIO0 to become SPI Master-Out-Slave-In."
11941194
},
11951195
{
11961196
"address": 5004,

0 commit comments

Comments
 (0)