summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>2017-01-19 14:42:51 +0200
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2017-01-20 16:23:20 +0200
commit9b68f18ffb832b0931ca4dad1c0157fb209b8dd4 (patch)
treec0d81999143f1761b4ff4b756603775cd7e83539 /samples
parent9a7ccf81f91958783aaddaf45a378698ebe4be60 (diff)
net: samples: Add ENC28J60 pin numbers to documentation
ENC28J60 has numbers on the board. Documentation has information about signals only. Wiring will be easy with pin numbers. Change-Id: I0afd6058a9417b679ef6358304737bf256aa3522 Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/net/dns_client/README.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/samples/net/dns_client/README.rst b/samples/net/dns_client/README.rst
index 2a2a9c58c..8bf0182cc 100644
--- a/samples/net/dns_client/README.rst
+++ b/samples/net/dns_client/README.rst
@@ -54,17 +54,17 @@ The ENC28J60 module is an Ethernet device with SPI interface.
The following pins must be connected from the ENC28J60 device to the
Arduino 101 board:
-=========== ========
-Arduino 101 ENC28J60
------------ --------
-D13 SCK
-D12 SO
-D11 SI
-D10 CS
-D04 INT
-3.3V VCC
-GDN GND
-=========== ========
+=========== ===================================
+Arduino 101 ENC28J60 (pin numbers on the board)
+----------- -----------------------------------
+D13 SCK (1)
+D12 SO (3)
+D11 SI (2)
+D10 CS (7)
+D04 INT (5)
+3.3V VCC (10)
+GDN GND (9)
+=========== ===================================
Building and Running