Open gmassone opened 7 years ago
Thank you for putting this code together, it's very helpful! The only issue I noticed is that MISO and MOSI are swapped in the .ino file comments. According to the Arduino SPI reference, pin 11 is MOSI, pin 12 is MISO, and pin 13 is SCK.
Thanks again!
Thanks! Had the same issue, swapping the MISO and MOSI worked for me! Otherwise, code was giving invalid values
Thank you for putting this code together, it's very helpful! The only issue I noticed is that MISO and MOSI are swapped in the .ino file comments. According to the Arduino SPI reference, pin 11 is MOSI, pin 12 is MISO, and pin 13 is SCK.
Thanks again!