Commit Graph

510 Commits

Author SHA1 Message Date
RobTillaart
d68ca6b43a Fix issue #113 and #128 2019-09-03 11:41:28 +02:00
RobTillaart
939136867b example how to use new status functions 2019-07-31 22:38:29 +02:00
RobTillaart
c736d5d23f added status checking functions 2019-07-31 22:37:15 +02:00
RobTillaart
9d0c06f5ad version 0.1.1 64Kbit (8KB) MB85RC64T 2019-07-31 19:46:25 +02:00
Rob Tillaart
8d66866d11
Merge pull request #126 from ysoyipek/patch-1
Add Fujitsu 64Kbit ID & Size (MB85RC64T)
2019-07-31 19:33:54 +02:00
Yusuf Soyipek
8e042729a5
Update FRAM.cpp
Add Fujitsu 64Kbit ID & Size (MB85RC64T)

Signed-off-by: Yusuf Soyipek's <ysoyipek@iora.com.tr>
2019-07-31 16:47:10 +03:00
Rob Tillaart
47ac93e286
Merge pull request #124 from schumar/master
fix MultiSpeedI2CScanner/readme formatting
2019-04-16 17:46:19 +02:00
Martin Schuster
3cb45a2de5 fix MultiSpeedI2CScanner/readme formatting 2019-04-16 16:15:49 +02:00
RobTillaart
9d714913c7 - fixed issue #123 2019-03-05 18:45:36 +01:00
RobTillaart
3eaf92ee24 + SHT31 initial version 2019-02-18 14:01:41 +01:00
RobTillaart
41f55b9149 + first stable version
+ performance refactored.
2019-02-11 12:09:32 +01:00
RobTillaart
2d3934df4e Fix issue #121 - unneeded variable declaration 2019-02-01 16:05:52 +01:00
RobTillaart
835c61aad3 first stable for (Robotdyn) 4x4 analog keypad 2019-02-01 15:18:01 +01:00
RobTillaart
6f2041f470 + fixed setON() and setOFF(),
+ add setFrequency(),
+ refactor
2019-01-30 14:28:59 +01:00
RobTillaart
e0055185e5 fix typo 2019-01-20 16:36:55 +01:00
RobTillaart
db15729ff7 fix negative temperature DHT22 - issue #120 2019-01-20 16:14:42 +01:00
Rob Tillaart
19d78a601d
Merge pull request #119 from pavelvitvar/patch-1
Update PCA9635.h
2019-01-16 15:45:31 +01:00
pavelvitvar
ab4de07b19
Update PCA9635.h
Upper three bits of register address defines the register address incrementation flag. If this is not defined the array write is not possible.
2019-01-16 14:20:16 +01:00
RobTillaart
89d3754c97 issue #118 Fix constructor for ESP8266 2018-12-08 16:06:27 +01:00
Rob Tillaart
ede2520390
Merge pull request #118 from Bolukan/patch-1
Use default pins for ESP8266 with option to define custom pins
2018-12-08 15:56:37 +01:00
Bollie
a2a9f56779
Typo 2018-12-08 12:26:37 +01:00
Bollie
f6d173bfc2
Update max44009.cpp 2018-12-07 19:30:15 +01:00
Bollie
ba645e5a03
Update Max44009.h 2018-12-07 19:22:56 +01:00
RobTillaart
a9eb3aecf3 updated version nr. 2018-10-24 16:55:52 +02:00
RobTillaart
20b7dc53a8 fixed temperature formula - #114 2018-10-24 16:53:43 +02:00
Rob Tillaart
4ddf5f90de
Merge pull request #115 from per1234/fix-MCP4725
MCP4725: Remove erroneous const keyword from parameter
2018-10-24 16:29:40 +02:00
RobTillaart
d054a94b76 fix typo #116 - Thanks to DMNC 2018-10-24 16:26:18 +02:00
per1234
04610471c5 MCP4725: Remove erroneous const keyword from parameter
Previously, when MCP4725_EXTENDED was defined, compilation of the library failed:

E:\arduino\libraries\MCP4725\MCP4725.cpp: In member function 'int MCP4725::writeRegisterMode(uint16_t, uint8_t)':

E:\arduino\libraries\MCP4725\MCP4725.cpp:195:9: error: assignment of read-only parameter 'reg'

     reg = reg | (_powerDownMode << 1);

         ^
2018-10-17 23:48:42 -07:00
RobTillaart
dee30a3f5b Fix issue #111 - DHT12 negative temperature 2018-09-02 16:26:19 +02:00
RobTillaart
768fd8c92e make runningMedian Configurable #110 2018-08-24 08:57:44 +02:00
Rob Tillaart
18eab1d607
Merge pull request #110 from universam1/make_library_configurable
make RunningMedian configurable
2018-08-24 08:43:34 +02:00
Samuel Lang
92432a601f make RunningMedian configurable
The defines are not accessible when the library is used as a reference like with PlatformIO hence the `#defines` cannot be overwritten.
2018-08-23 22:00:20 +02:00
RobTillaart
f683f58969 0.1.8 Fix #109 incorrect constants 2018-07-05 12:35:56 +02:00
RobTillaart
cc695a5499 issue #108 Fix shift math 2018-07-01 15:42:05 +02:00
Rob Tillaart
ec3b32e6f1
Merge pull request #107 from per1234/correct-architectures-value
[DHTlib] Correct library.properties architectures value
2018-06-07 09:23:48 +02:00
per1234
660b25b22e
[DHTlib] Correct library.properties architectures value
The previous architectures value of atmelavr 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).
2018-06-06 14:33:29 -07:00
RobTillaart
fc8444196f Fixed issue #105 - read register 2018-05-13 16:38:11 +02:00
RobTillaart
25156d33a4 fix for issue #99 2018-04-03 19:30:49 +02:00
RobTillaart
7b92d91b23 Fix issue #96 - add flag to disable interrupts. 2018-04-03 19:10:49 +02:00
RobTillaart
a145dc10af refactored 2018-04-03 19:08:27 +02:00
RobTillaart
0c4ee966da Fix issue #96 - add flag to disable interrupts. 2018-04-03 18:23:45 +02:00
RobTillaart
28fcf07065 Fix issue #33 - Double to float 2018-04-02 20:48:12 +02:00
RobTillaart
3624156bbc Fix issue #33 - changed double to float for the core code. 2018-04-02 20:30:05 +02:00
RobTillaart
ced3206dcf fix issue #95 #97 - added getTotalLength(), getAverageLength() 2018-04-02 18:51:08 +02:00
RobTillaart
1fb9c4e4c5 Fix issue #98 - extend constructor for ESP8266 2018-04-02 13:29:46 +02:00
RobTillaart
2b8f54b4cb 0.1.27 added get + setDisableIRQ 2018-03-26 22:30:03 +02:00
RobTillaart
f84b960cf4 Merge branch 'master' of github.com:RobTillaart/Arduino 2018-02-21 15:11:22 +01:00
RobTillaart
b8c55ed072 Solved issue #94 - changed #defines in const int to enforce datatype. 2018-02-21 15:10:31 +01:00
RobTillaart
a03b069446 Solved issue #94 - changed #defines in const int to enforce datatype. 2018-02-21 15:06:00 +01:00
Rob Tillaart
ec11173d97
Merge pull request #93 from per1234/correct-architecture-property
[DHTlib] Correct library.properties architectures value
2018-02-09 07:37:44 +01:00