mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
53ea9611db
+ stricter interface + better performance compare in example code |
||
---|---|---|
.. | ||
examples/fastShiftIn | ||
FastShiftIn.cpp | ||
FastShiftIn.h | ||
readme.txt |
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