You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An alternative "output only" transfer that doesn't destroy the contents of the source buffer with the bytes returned from the slave device.
* Some code simplifications and const enforcement
* Revision with speedup of about 25% in atmega328p tests
* NOTE: I can't explain that "*(p++ + 1);" being speedier than "*++p"
0 commit comments