/SpiTest

Small utility to test spi request write/read without releasing the /CS line on the bus

Primary LanguageC++GNU General Public License v3.0GPL-3.0

SpiTest

SpiTest is a small utility to test spi request with write and read without releasing the /CS line of the spibus between the write and the read.

Licence

GPL-3.0

Used Libraries:

Boost

Building:

Installing requirements:

  • apt install libboost-all-dev cmake g++

Building:

Just start it by ./src/SpiTest