Skip to content

Improved efficiency of FIFO read

Compare
Choose a tag to compare
@wollewald wollewald released this 07 Feb 20:35
· 82 commits to main since this release
56a49b4

FIFO was read byte by byte, each with a separate wire.beginTransmission. Now a complete x,y,z triple (6 bytes) is read in one go.

I also removed one redundant function and did some "clean up".