Question
easySpin.c's easySPIN_Write_Byte
Posted on July 09, 2013 at 03:09
Accoding to the IC datasheet, the number of bytes during a spi transfer can be 1 to 3 bytes, with a single chip select at the start..
however, the sample code (for set/get parameters) calls easySPIN_Write_Byte for EVERY byte... this would toggle chip select for every byte, rather than at the start and finish of a multibyte transfer. Am I missing something obvious?