mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
6 lines
294 B
Markdown
6 lines
294 B
Markdown
|
|
FastShiftIn is a class that speeds up the shifting by using predetermined posts and masks.
|
|
Its performance is about twice as fast as the normal Arduino shiftIn.
|
|
|
|
There is a thread on the forum here - http://forum.arduino.cc/index.php?topic=184002.0 -
|
|
This thread also discusses a FastShiftOut |