mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
.. | ||
examples/fastShiftIn | ||
FastShiftIn.cpp | ||
FastShiftIn.h | ||
library.json | ||
library.properties | ||
readme.md |
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