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
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
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
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
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
ba91a43896
0.1.2 added get and set functions; fix return values; cleaned up code
2017-12-12 16:35:46 +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
51e7f3540d
0.1.0 initial version AM232X temperature and humidity sensor
2017-12-12 13:16:58 +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
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
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
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
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
RobTillaart
cbbb53dada
update version to 0.1.2
2017-02-04 16:58:28 +01:00
Mirek Simek
fe228e7b51
typo
2017-02-04 09:37:40 +01:00
aldras
76139cbbfa
Update I2C_eeprom_test.ino
...
I2C_EEPROM - Modified example sketch for hex display of memory dumps, explicitly defined 24LC64 memory size
2017-01-24 16:21:48 +09:00
Ivan Kravets
bf887ddd3a
Fix broken manifest
2017-01-14 01:06:09 +02:00
RobTillaart
4a4b6cf7f2
updated platforms in json description
2017-01-03 17:41:49 +01:00
Ivan Kravets
f62b07b8d2
Specify compatible development platform
2017-01-02 23:47:57 +02:00
RobTillaart
d6bd9a1f48
update example -> examples
2016-12-18 11:39:20 +01:00
RobTillaart
f69a50d82f
Set 0.1.09 - added const where possible
2016-12-18 11:19:56 +01:00
RobTillaart
82a6117e48
fixed version number
2016-12-18 11:03:21 +01:00
RobTillaart
f78e535955
Added version number
2016-12-18 11:02:55 +01:00
RobTillaart
8a94bc3acc
initial versions of library.properties
2016-12-18 11:02:20 +01:00
RobTillaart
018a4872a6
update library.json files
2016-12-18 10:48:17 +01:00
RobTillaart
6760bfdde6
fix library.json
2016-12-17 21:56:14 +01:00
RobTillaart
619b84df62
fixed DHT2pin lib
2016-12-17 21:10:09 +01:00
RobTillaart
c97f801ba4
clean up
2016-12-17 21:08:49 +01:00
RobTillaart
28d87d66ef
fix library.json
2016-12-17 21:07:11 +01:00
RobTillaart
e954b83020
minor edit
2016-12-17 21:04:25 +01:00
RobTillaart
f5114ca837
Library for a (4bit) Nibble Array
2016-12-17 20:59:03 +01:00
RobTillaart
1d4d705d36
Library for the Max44009
2016-12-17 20:58:29 +01:00
RobTillaart
54e5ee1c05
Experimental Function Generator class
2016-12-17 20:57:37 +01:00
RobTillaart
45d8bff06a
added library.json files
2016-12-17 20:53:18 +01:00
Ivan Kravets
525476e0e5
@PlatformIO Library Registry manifest file
2016-12-16 12:33:43 +02:00
Rob Tillaart
0be0a563ef
Merge pull request #48 from V0v1kkk/master
...
Added functions for calculating standard deviation and standard error, function for check fullness of buffer.
2016-12-02 19:08:00 +01:00
V0v1kkk
2cf71d91db
Added functions for calculating standard deviation and standard error of running average. They may be useful for statistical evaluation of running average.
...
Also added function for check fullness of buffer.
2016-12-02 00:06:08 +05:00
rob tillaart
7340c4eccf
0.0.2 support conditional F_CPU, first test run, renamed to DHT2pin,
2016-09-17 10:30:20 +02:00
rob tillaart
23ca5ec40c
Initial version of 2 pins DHT lib (uses additional HW see readme.txt)
2016-09-05 19:46:08 +02:00
rob tillaart
a2bf47908d
+ 0.1.08 merged work of Septillion
...
+ added default values
+ update version number
Signed-off-by: rob tillaart <rob.tillaart@gmail.com>
2016-05-21 11:12:01 +02:00
sseptillion
31513f4cf7
Added buttonRead() examples, added begin() to other examples and updated the note
2016-05-20 14:33:42 +02:00
sseptillion
dfcaaf07dc
added masking to buttonRead8() and moves wire.begin() to begin()
2016-05-20 13:47:20 +02:00
sseptillion
2bfd32464b
Fixed default of _dataOut
2016-05-20 12:06:10 +02:00
sseptillion
230adfb028
Manual merg upstream RobTillaart
2016-05-20 11:52:57 +02:00
sseptillion
368c032857
Fixed numering to 0.1.07
2016-04-28 22:09:53 +02:00
sseptillion
b4ae62b533
Fixed (0.1.05) write could corrupt input
...
Because a write() used a read8() first, did the clear/set, then send it
back, you had an error if you did a write() on a pin while another input
was just pulled low externally
added readButton() and readButton8() which set the pin(s) high, read,
and then restore to last written state.
Also added begin() te get it in a known state
2016-04-28 22:07:01 +02:00
rob tillaart
d95660eecf
+ 0.1.06
...
+ added functions to manipulate layout more low level
+ added XMLWriterDemo01 to show these functions
+ added sample output (as comparison)
+ fixed small error
+ removed XMLWRITER_EXTENDED #ifdef
2016-04-27 14:14:37 +02:00
rob tillaart
85bc0eb4fa
initial version
2016-04-24 19:25:36 +02:00
rob tillaart
c57a9fefee
fix initialization (autoincrement)
2016-04-24 19:21:50 +02:00
rob tillaart
d5306a3464
fix wrong date
2016-04-24 09:20:33 +02:00
rob tillaart
5bde8340b4
refactored test code
2016-04-24 08:40:38 +02:00
rob tillaart
f54a04408a
+ version 0.1.00 BETA
...
+ not tested yet
2016-04-24 08:26:22 +02:00
rob tillaart
4d9a7d6146
+ version 0.1.03
...
+ bug in ERROR define fixed
+ added readBackRegister(); for debugging purposes
+ demo sketch for readBackRegister()
2016-04-10 20:23:28 +02:00
rob tillaart
92ed9911f0
+ 0.1.08 Set Class
...
+ used memset for clr() => slightly faster.
+ added some comments
+ added reference output for this version
2016-01-03 19:11:17 +01:00
rob tillaart
c6ebbde0ed
0.1.02 - added errorhandling + performance demo sketch
2015-12-22 10:16:44 +01:00
rob tillaart
469281d9d3
0.1.04 - new interface incl PrintTo - Thanks to Whandall
2015-12-10 20:19:02 +01:00
rob tillaart
dae8e63956
0.1.03 - refactoring, some work on followheap
2015-12-10 18:43:57 +01:00
rob tillaart
770ebc9b5c
0.1.02 - added followHeap()
...
+ created correct examples folder
2015-12-10 18:35:47 +01:00
rob tillaart
3ffa1276f8
0.1.01 - refactor, added startAddress
2015-12-10 18:30:14 +01:00
rob tillaart
91dc550cc7
0.1.00 - initial version
2015-12-10 18:26:56 +01:00
rob tillaart
8e5236540e
+ private calls inline -> performance & footprint
...
+ optimized clear()
+ removed todo
2015-12-09 22:51:16 +01:00
rob tillaart
26955bfe38
0.1.06 - size check + refactor
2015-12-09 21:59:28 +01:00
rob tillaart
8ff93f5c5a
0.1.05 - added board dependant max # segments (thanks bricoleau)
2015-12-07 21:05:45 +01:00
rob tillaart
279b0bd9b2
0.1.01 fixes and error handling
2015-12-07 19:57:27 +01:00
rob tillaart
afb93cc7ce
+ 0.1.00 initial version
2015-12-07 19:56:21 +01:00
rob tillaart
c689de2520
0.1.04 improve performance + perf demo + refactor
2015-12-06 20:50:00 +01:00
rob tillaart
fcf6bd9cd1
0.1.08 2015-12-06 replaced all temperature calls with one TCfactor
...
+ update demos + new demo for TCfactor
2015-12-06 16:48:50 +01:00