Commit Graph

330 Commits

Author SHA1 Message Date
RobTillaart
3f4c660e29 Fix issue #31 and #33 2017-07-27 15:34:44 +02:00
RobTillaart
dc2adaa4d1 Fix double to float (issue 33) 2017-07-27 15:26:36 +02:00
RobTillaart
2d0a424a1e added readme.md 2017-07-27 13:28:53 +02:00
RobTillaart
7c0359f1af Fix issue #33; Fix example programs; add keywords.txt 2017-07-27 13:13:41 +02:00
RobTillaart
5c7f310f50 Fix comment in keywords.txt 2017-07-27 12:40:27 +02:00
RobTillaart
a682865584 fix typos in readme.md 2017-07-27 10:51:30 +02:00
RobTillaart
994981700d fix issue #31 + fix issue #33 2017-07-27 01:18:02 +02:00
RobTillaart
a14700e767 reverted double -> float (issue33); some refactor; added readme.md + keywords.txt 2017-07-27 00:48:32 +02:00
RobTillaart
907450e524 Fix return bugs; added a minimal test sketch; added keywords.txt; added const 2017-07-27 00:24:25 +02:00
RobTillaart
7b8798199a revert double to float (issue 33); added keywords.txt 2017-07-26 23:51:37 +02:00
RobTillaart
582e419f6d update example to follow library (double -> float) 2017-07-26 23:28:55 +02:00
RobTillaart
19ea3cfe2c Added const for most parameters; added keywords.txt 2017-07-26 23:20:49 +02:00
RobTillaart
c4df580c9f fix issue #33 - double to float 2017-07-26 22:38:56 +02:00
RobTillaart
cecb3906ed fix issue #33 - revert double to float; +some refactor 2017-07-26 22:21:25 +02:00
RobTillaart
73f892523e fix issue #33; refactor; function names to camelCase; marked TODO's 2017-07-26 21:44:04 +02:00
RobTillaart
5012cec033 added readme.md file (no code change) 2017-07-26 17:43:44 +02:00
RobTillaart
bc8c6b476d Version 0.1.0 initial version of DS18B20 library 2017-07-25 22:57:37 +02:00
RobTillaart
bf3dd1dc60 + Initial version of DS28CM00 library 2017-07-24 14:02:11 +02:00
RobTillaart
93fda7589e minor uypdate - version numbers 2017-07-16 21:19:50 +02:00
RobTillaart
46fa36b1ae 0.1.4 refactoring 2017-07-16 21:03:28 +02:00
RobTillaart
40812a0d93 + 0.1.11 fix count() + added isFull() 2017-07-16 20:09:23 +02:00
RobTillaart
28d5d815a0 + 0.1.10 performance refactor + isEmpty() 2017-07-16 17:33:43 +02:00
RobTillaart
7718751266 + 0.0.7 refactor 2017-07-16 16:01:09 +02:00
RobTillaart
970855f242 + version 0.1.8 added toggle 2017-07-16 13:39:43 +02:00
RobTillaart
09a7c469a8 + add days to start(days, hours, minutes, seconds)
+ cont() ==> continue countdown
+ update + add examples
2017-07-16 11:46:43 +02:00
RobTillaart
d2b8f21e92 range fix in test script 2017-07-16 09:02:48 +02:00
RobTillaart
a8d8665597 fix comments 2017-07-16 08:56:12 +02:00
RobTillaart
551d8db1d0 - 0.1.5 support > 256 buckets; robustness; check allocated data 2017-07-16 08:53:48 +02:00
RobTillaart
0a93ce6c27 - 0.1.5 support > 256 buckets; robustness; check allocated data 2017-07-16 08:04:20 +02:00
RobTillaart
745cf64697 - version 0.1.7 - refactor constructor, get examples working 2017-07-15 18:28:01 +02:00
RobTillaart
4eb699209f + prevent overflow; refactor memory usage; 2017-07-15 17:58:10 +02:00
Rob Tillaart
3e7660a534 Merge pull request #71 from per1234/correct-architecture-value
Use correct architecture value in library.properties
2017-07-13 21:01:51 +02:00
per1234
3b7fe2bb1b Use semver compliant versions in library.properties
The leading zero is non-semver compliant and causes the Arduino IDE to display the warning:

Invalid version found: ...

Fixes https://github.com/RobTillaart/Arduino/issues/70
2017-07-13 11:46:18 -07:00
per1234
afde043062 [DHTliib] Use correct architecture value in library.properties
Incorrect architecture value causes the warning:

WARNING: library DHTlib claims to run on [atmelavr] architecture(s) and may be incompatible with your current board which runs on [avr] architecture(s).
2017-07-13 11:27:01 -07:00
per1234
6c4d6300fb [AVRHeap] Use correct architecture value in library.properties
Incorrect architecture value causes the warning:

WARNING: library AVRHeap claims to run on [atmelavr] architecture(s) and may be incompatible with your current board which runs on [avr] architecture(s).
2017-07-13 11:26:34 -07:00
Mervill
dd5ee93e2d updates status output in dht22_test 2017-05-08 20:09:22 -07:00
Ivan Kravets
e1b1c1983c Update Atmel AVR platform ID 2017-05-02 20:22:11 +03:00
RobTillaart
6290c7a348 + BoolArray 0.1.3 added toggle 2017-04-28 10:34:30 +02:00
RobTillaart
e695543ca6 + FastShiftIn version 0.1.3
+ optimized masking
2017-04-27 00:43:41 +02:00
RobTillaart
2f5952ec05 + FastShiftOut version 0.1.5
+ optimized masking in inner loop
2017-04-27 00:10:51 +02:00
RobTillaart
7f8134f8f6 + PCF8574 updated notes 2017-04-20 10:55:00 +02:00
RobTillaart
add7ed3b15 + max44009 0.1.5 updated history 2017-04-20 10:21:49 +02:00
Rob Tillaart
59ac42546b Merge pull request #62 from debsahu/patch-1
Update Max44009.h
2017-04-20 09:54:25 +02:00
RobTillaart
185ceeb066 + MCP4725 0.1.7 refactor 2017-04-20 09:20:26 +02:00
RobTillaart
ba067ff91d + I2C_EEPROM 1.2.5 refactor 2017-04-20 09:15:28 +02:00
RobTillaart
ab1d7d8617 + I2C_eeprom 1.2.4
+ remove timeout - github issue #63
2017-04-19 12:45:38 +02:00
RobTillaart
d862556833 + 0.1.6
+ remove timeout - issue #63
+ small refactor
2017-04-19 12:31:31 +02:00
debsahu
ba7c2442f6 Update Max44009.h
void setAutomaticMode(); is defined in Max44009.cpp but not in header file.
2017-04-15 13:50:03 -04:00
RobTillaart
02cc2c5420 fix issue with delayMicroseconds > 16000 2017-03-06 21:10:50 +01:00
RobTillaart
4a301a8804 fixed warning readButton8() 2017-02-27 10:13:59 +01:00