GY-63_MS5611/libraries
Peter Hahn 174a065598 Replace delay with delayMicroseconds to let it work while interruppts are disabeled.
In multihreaded environment (I used NilRTOS) its usefull to disable interruppts while reading the sensors. However delay() requires interrupts to be enabled. If you read more than one sensor in a sequence the 2nd one gets spurious DHTLIB_ERROR_CONNECT errors. Timing issues with the wakeup delay().
They don't used to happen it interrupts are enabled. Replacing delay() with delayMicroseconds() solved this issue.
2015-10-11 22:56:25 +02:00
..
AD524X + version 0.1.02 2015-03-06 14:40:36 +01:00
AnalogPin + version 0.1.04 2015-03-06 14:26:17 +01:00
Angle + version 0.1.05 2015-08-23 18:20:08 +02:00
Complex + version 0.1.08 2015-03-06 14:02:38 +01:00
Cozir fixed COZIR_LIB_VERSION string 2014-12-07 11:39:59 +01:00
DHTlib Replace delay with delayMicroseconds to let it work while interruppts are disabeled. 2015-10-11 22:56:25 +02:00
DHTstable + add samples to DHTstable 2015-08-20 23:02:36 +02:00
DistanceTable + distanceTable initial version 2015-06-19 21:06:14 +02:00
FastMap + version 0.1.06 2015-03-08 22:17:20 +01:00
FastShiftIn + fixed clockbit 2015-09-26 13:57:14 +02:00
FastShiftOut + version 0.1.04 2015-03-06 15:37:48 +01:00
Fraction + updated version to 0.1.07 2015-03-05 18:26:06 +01:00
Histogram + version 0.1.04 2015-03-06 15:59:49 +01:00
hmc6532 + BETA WARNING IN README.TXT 2013-09-30 17:12:28 +02:00
I2C_EEPROM updated version numbers after fix 2015-05-20 20:04:35 +02:00
IEEE754tools + added readme.txt 2013-09-30 17:22:41 +02:00
MAX31855 + version 0.1.04 2015-03-09 20:08:11 +01:00
MCP4725 + version 0.1.05 2015-03-06 20:19:01 +01:00
MS5611 + version 0.1.05 2015-03-06 20:25:48 +01:00
MultiMap + 0.1.00 (fix foldername) 2014-11-18 20:12:04 +01:00
Par27979 + set of macros, not special 2013-09-30 18:12:19 +02:00
ParPrinter + initial version 2013-10-11 16:04:06 +02:00
PCF8574 + version 0.1.04 (0.1.03 = intermediate) 2015-05-09 17:07:09 +02:00
PulsePattern + added comments 2013-09-30 18:39:38 +02:00
Radar + version 0.1.01 2015-03-06 23:34:37 +01:00
RunningAverage + version 0.2.11 2015-09-05 12:14:02 +02:00
RunningMedian + version 0.1.11 2015-03-29 18:35:38 +02:00
Set + version 0.1.07 2015-03-07 18:46:16 +01:00
Statistic + version 0.3.3 2015-03-07 20:32:51 +01:00
StopWatch + added support for micros & seconds (thx mromani) 2013-09-30 19:25:09 +02:00
Temperature + version 0.1.00 (initial) 2015-03-07 22:44:21 +01:00
VT100 + refactor old sketch to lib 2013-09-30 20:14:38 +02:00
XMLWriter + updated KMLWriterTest sketch 2015-05-23 19:45:59 +02:00