Skip to content

Commit c9e0101

Browse files
Michael StoopsWren6991
authored andcommitted
Removed .logicdata file because people can't read it. Replaced with .csv because Logic2 doens't work right on Mac M1 (me)
1 parent ca3f6d6 commit c9e0101

File tree

3 files changed

+5227
-3
lines changed

3 files changed

+5227
-3
lines changed

spi/spi_master_slave/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If the slave is not connected properly to a master, it will initialize but never
2727

2828
== Outputs
2929

30-
Both master and slave boards will give output to their UART or USB CDC serial port.
30+
Both master and slave boards will give output to stdio.
3131

3232
With master and slave properly connected, the master should output something like this:
3333

@@ -121,8 +121,8 @@ image::spi_master_slave_logic.png[]
121121
CMakeLists.txt:: CMake file to incorporate the example in to the examples build tree.
122122
spi_master/spi_master.c:: The example code for SPI master.
123123
spi_slave/spi_slave.c:: The example code for SPI slave.
124-
spi_master_slave_logic.png:: Communication as seen by logic analyzer (screenshot).
125-
spi_master_slave.logicdata:: Communication as seen by logic analyzer (original file, free viewer at https://www.saleae.com/downloads/).
124+
spi_master_slave_logic.png:: Communication as seen by logic analyzer.
125+
spi_master_slave.csv:: Communication as seen by logic analyzer, exported to CSV format.
126126
spi_master_slave.fzz:: Fritzing file.
127127
spi_master_slave_bb.png:: Breadboard wiring diagram.
128128

0 commit comments

Comments
 (0)