frank-zago/ch341-i2c-spi-gpio

Fix README

LouisLambda opened this issue · 1 comments

The README Changed in 1dfa031 :

For instance, the following declares a flash memory at CS 0, and a user device (spidev) at CS 1:

$ echo "spidev 0" > /sys/class/spi_master/spi0/new_device
$ echo "spi-nor 1" > /sys/class/spi_master/spi0/new_device

so the text now describes the opposite CS order to those of the commands.

Fixed.