Skip to content

mwelling/spi-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spi-test

Utility for accessing standard Linux spidev devices from userspace.

USAGE: ./spi_test -d dev -l len -m mosi -s speed
	-d,--device dev: name of the spi device node
	-l,--length len: length of spi transaction(bytes)
	-m,--mosi mosi: hex value to be transmitted
	-s,--speed speed: speed of the transaction in Hz

Example

./spi_test -d /dev/spidev0.0 -l 4 -m 12AB

About

Utility for accessing standard Linux spidev devices from userspace.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published