+ initial version of readme

+ fix versionnr
This commit is contained in:
rob tillaart 2014-02-09 19:35:40 +01:00
parent 616ee0c061
commit 54c8c468ef
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//
// FILE: dht.cpp
// AUTHOR: Rob Tillaart
// VERSION: 0.1.08
// VERSION: 0.1.09
// PURPOSE: DHT Temperature & Humidity Sensor library for Arduino
// URL: http://arduino.cc/playground/Main/DHTLib
//

View File

@ -0,0 +1,6 @@
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