mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
+ initial version of readme
+ fix versionnr
This commit is contained in:
parent
616ee0c061
commit
54c8c468ef
@ -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
|
||||
//
|
||||
|
6
libraries/FastShiftIn/readme.txt
Normal file
6
libraries/FastShiftIn/readme.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user