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
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
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
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
b8c55ed072
Solved issue #94 - changed #defines in const int to enforce datatype.
2018-02-21 15:10:31 +01:00
per1234
3309b8d42b
[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-02-08 15:12:29 -08:00
RobTillaart
eeed050005
fix foldername (oops)
2018-02-01 14:48:35 +01:00
RobTillaart
d630debbed
initial version SCI notation
2018-02-01 14:46:25 +01:00
RobTillaart
6563bb4526
fix error description
2018-01-29 09:41:27 +01:00
RobTillaart
c5d02f3c95
fix issue #91 - sin, cos, sinh, cosh
2018-01-29 09:29:34 +01:00
RobTillaart
3405ddd093
0.1.1 - first public version
2018-01-28 15:34:55 +01:00
RobTillaart
f43a58a906
fix typo
2018-01-25 11:31:39 +01:00
RobTillaart
59da44b4e8
update 0.1.10 - Add releasenote.txt with fix for some platforms;
...
refactor (uppercasing)
2018-01-25 10:35:37 +01:00
RobTillaart
57b089f0a3
Fix typo in example
2018-01-25 09:19:28 +01:00
per1234
15f2b76e5d
[FRAM library] Use valid category in library.properties
...
Previous property value caused the warning on every compilation:
WARNING: Category 'Storage' in library FRAM is not valid. Setting to 'Uncategorized'
Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
2018-01-24 06:27:21 -08:00
RobTillaart
176959fcfd
updated category to Storage
2018-01-24 15:20:12 +01:00
RobTillaart
b43ef0fe08
added simple performance test for FRAM
2018-01-24 15:14:43 +01:00
RobTillaart
95cead8a88
minor edit
2018-01-24 14:48:10 +01:00
RobTillaart
22150a8f94
0.1.0 - initial version of FRAM library
2018-01-24 13:59:15 +01:00
Ivan Kravets
8143e57573
Unix system is case sensitive
2018-01-10 14:47:48 +02:00
RobTillaart
02c271bdaa
fix library.json keywords format
2018-01-09 00:11:37 +01:00
RobTillaart
da59e288f6
0.1.3 first published version of DHTNEW class
2018-01-08 23:22:13 +01:00
RobTillaart
5d7b26abeb
fix #87 - version field for library.json files
2018-01-07 19:13:07 +01:00
RobTillaart
095a736051
fix version number
2018-01-07 19:06:35 +01:00
RobTillaart
12c55bf60c
rename hmc6532 to hmc6352
2018-01-07 19:05:25 +01:00
RobTillaart
160b1ba3ce
issue #86 - added ESP8266 support + refactor
2017-12-22 13:05:31 +01:00
RobTillaart
d006e64419
0.1.1 Added support for ESP8266 - issue #86
2017-12-21 13:05:45 +01:00
RobTillaart
5b58dd96f5
0.1.1 experimental DAC8552
2017-12-19 11:56:15 +01:00
RobTillaart
8e8dc3db8e
0.1.1 experimental DAC8552
2017-12-19 11:45:19 +01:00
RobTillaart
5e7aefe316
0.1.0 experimental DAC8554
2017-12-19 11:44:03 +01:00
RobTillaart
a00dce420e
0.1.1 experimental DAC8554
2017-12-19 11:39:08 +01:00