mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Add alternative SPI pin names (#24)
This commit is contained in:
parent
74a3cc6d18
commit
dc6b043216
@ -6,9 +6,9 @@ SPI Bus
|
||||
SPI is a very common high-speed protocol for a lot of devices. The SPI bus usually consists of 4 wires:
|
||||
|
||||
- **CLK**: Is used to tell the receiving device when to read data. All devices on the bus can
|
||||
share this line.
|
||||
share this line. Sometimes also called ``SCK``.
|
||||
- **CS** (chip select): Is used to tell the receiving device when it should listen for data. Each device has
|
||||
an individual CS line.
|
||||
an individual CS line. Sometimes also called ``SS``.
|
||||
- **MOSI** (also DIN): Is used to send data from the master (the ESP) to the receiving device. All devices on the bus can
|
||||
share this line.
|
||||
- **MISO** (also DOUT): Is used to receive data. All devices on the bus can
|
||||
|
Loading…
Reference in New Issue
Block a user