Question -- On line 215 Is this SPI.transfer( (reg + 1) | 0x08 ); Supposed to be this SPI.transfer( (reg + 1) | 0x80 ); -- TallDave67
Question --
On line 215
Is this
SPI.transfer( (reg + 1) | 0x08 );
Supposed to be this
SPI.transfer( (reg + 1) | 0x80 );
-- TallDave67