Hello, I am looking for a SPI library which is simple enough to send and receive a byte from sensor. Something like this. for nRF51
spiwrite(ADDRESS, BYTEtoSEND);
val = spiread(ADDRESS);
is there anyone to help me. I am finding it so hard to use the example function. Thanks.