Commit Graph

433 Commits

Author SHA1 Message Date
RobTillaart
a00dce420e 0.1.1 experimental DAC8554 2017-12-19 11:39:08 +01:00
RobTillaart
07c15868f4 0.1.1 experimental DAC8551 2017-12-19 11:36:49 +01:00
RobTillaart
190e6c98d3 experimental version DAC8552 - minimal tested 2017-12-19 07:49:28 +01:00
RobTillaart
76c476e30a experimental version - not tested 2017-12-19 07:47:37 +01:00
RobTillaart
a8a1f31100 0.1.0 initial version of I2C library for DHT12 2017-12-12 22:04:06 +01:00
RobTillaart
d782be9946 0.1.26 updated DHTlib to support the DHT12 and AM23XX series 2017-12-12 20:58:58 +01:00
RobTillaart
9cd38afd16 0.2.2 added more explicit support for AM23XX series and DHT12 2017-12-12 20:29:52 +01:00
RobTillaart
c95d02365f updated the examples 2017-12-12 16:43:02 +01:00
RobTillaart
23a620947b Merge branch 'master' of github.com:RobTillaart/Arduino 2017-12-12 16:36:27 +01:00
RobTillaart
ba91a43896 0.1.2 added get and set functions; fix return values; cleaned up code 2017-12-12 16:35:46 +01:00
RobTillaart
d4b44182bc 0.1.2 added get and set functions; fix return values; cleaned up code 2017-12-12 16:28:41 +01:00
RobTillaart
c6427331b3 update version number in properties .... 2017-12-12 13:25:15 +01:00
RobTillaart
10ea22c7ba Added examples for AM232X lib 2017-12-12 13:23:41 +01:00
RobTillaart
858ab7ffaf fix version number 2017-12-12 13:22:45 +01:00
RobTillaart
5fa808ee04 0.1.1 added CRC checking 2017-12-12 13:21:02 +01:00
RobTillaart
eb8163fc8d updated 2017-12-12 13:17:55 +01:00
RobTillaart
51e7f3540d 0.1.0 initial version AM232X temperature and humidity sensor 2017-12-12 13:16:58 +01:00
RobTillaart
8b1e94ce09 added MIT license for the Arduino libraries 2017-12-10 11:54:04 +01:00
RobTillaart
224d725c65 Initial version of PrintString 2017-12-10 01:35:48 +01:00
RobTillaart
777fec2024 add test sketch 2017-12-09 21:43:57 +01:00
RobTillaart
2d0265c07b initial version 2017-12-09 20:39:12 +01:00
RobTillaart
e78a45f39c initial version 0.1.0 2017-12-09 19:52:49 +01:00
RobTillaart
69e7c90d84 0.1.1 initial version of Average Angle 2017-12-09 18:23:18 +01:00
RobTillaart
57f4c91d00 fix casting issue #83 (long -> int32_t); + reindented; 2017-12-09 11:58:17 +01:00
Rob Tillaart
9a87037b3f Merge pull request #82 from per1234/fix-architectures-value
[DHTlib] Use correct architectures value in library.properties
2017-10-03 17:30:46 +02:00
per1234
f7b7217dfe [DHTlib] Use correct architectures value in library.properties
The previous value causes the example sketches to appear under File > Examples > INCOMPATIBLE > DHTlib and also a warning to be displayed during compilation of any sketch that includes the library:

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-10-03 07:56:19 -07:00
RobTillaart
d71bff4a1b rename readme.txt to readme.md 2017-09-29 10:43:59 +02:00
Rob Tillaart
30684bb1a5 Merge pull request #81 from slavino/patch-1
Update and rename README.txt to README.md
2017-09-29 08:39:49 +02:00
Slavomir Hustaty
87f5407b4f Update and rename README.txt to README.md
better format and supported by github
2017-09-29 07:36:25 +02:00
RobTillaart
04d82f02d8 Fix missing #include <Arduino.h> 2017-09-27 08:42:54 +02:00
RobTillaart
e14b8c22c7 Fix checksum for DHT11 upon request. 2017-09-20 14:49:16 +02:00
RobTillaart
ec741c97f0 Fix checksum for DHT11 upon request. 2017-09-20 14:47:53 +02:00
RobTillaart
83ef3dc636 fix Wire.send also in hmc6532.cpp 2017-09-13 09:18:55 +02:00
RobTillaart
5ad23904c1 0.1.4 refactor Wire calls and some layout 2017-09-13 09:01:23 +02:00
RobTillaart
1cc30414fa 0.1.5 removed const from function headers 2017-09-13 08:08:11 +02:00
RobTillaart
335a893f4b initial version of PinInGroup class 2017-08-20 22:12:07 +02:00
RobTillaart
ca9b517af5 initial version of PinOutGroup class 2017-08-20 22:11:38 +02:00
RobTillaart
7177809c01 fix URL path in library.properties 2017-08-20 17:16:48 +02:00
Rob Tillaart
436b158df4 Merge pull request #75 from waspinator/master
added support for Arduino Due
2017-08-03 10:49:48 +02:00
waspinator
6cc775ebdf removed debug print lines 2017-08-02 15:03:01 -04:00
waspinator
ae3ae02707 added support for Arduino Due 2017-08-02 14:55:39 -04:00
RobTillaart
8457e6b335 + fix issue #33 - revert double to float as some uproc support float in HW
+ added const where possible
+ updated average demo + test-3.4
2017-07-31 21:40:26 +02:00
RobTillaart
32d3efb77d remove draft files (oops) 2017-07-27 16:26:16 +02:00
RobTillaart
d9ec01326a Fix issue #33 2017-07-27 16:24:22 +02:00
RobTillaart
a215d0d80f Fix issue #33 2017-07-27 15:51:10 +02:00
RobTillaart
29604e5ae5 Update readme.md file (no code change) 2017-07-27 15:43:45 +02:00
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