rob tillaart
d5fbe0e058
+ version 0.1.05
...
+ fixed request() in .h file
2014-12-07 11:29:14 +01:00
rob tillaart
baa1e15833
+ 0.1.18 fixed support for DHT11 again
2014-11-25 19:40:25 +01:00
rob tillaart
94a48c2283
+ 0.1.00 (fix foldername)
2014-11-18 20:12:04 +01:00
rob tillaart
cc45d4c7c8
+ 0.1.00 template version of MultiMap
2014-11-18 19:32:33 +01:00
rob tillaart
3f8427b0b2
+ 0.1.06 version (Case problem fixed)
2014-11-18 19:28:12 +01:00
rob tillaart
e71327b2ff
+ fix for set -> Set
2014-11-18 19:27:12 +01:00
rob tillaart
3946fd88a9
+ 0.1.06 set -> Set (follow Arduino style)
...
+ added flag to constructor to optimize +,-,*,
2014-11-18 19:23:50 +01:00
rob tillaart
ff2d38c69b
+ 0.1.05 bug fixing - operator
...
+ performance count()
+ performance subset()
+ comments
+ removed isEmpty() - too simple
+ removed demo
+ added alltest example
2014-11-16 21:58:34 +01:00
rob tillaart
f180f8100a
+ 0.1.04 support for + - *,
...
+ clean up code
+ first stable version.
2014-11-16 19:10:49 +01:00
rob tillaart
90e6127c27
+ 0.1.03 changed &= to *= (turbo pascal convention)
...
+ some optimizations
2014-11-16 18:55:11 +01:00
rob tillaart
cb647b7e27
+ 0.1.02 updated comments (archive only)
2014-11-16 18:52:58 +01:00
rob tillaart
7060dc7f00
+ 0.1.01 refactor (archive only)
2014-11-16 18:51:03 +01:00
rob tillaart
2500ca6539
+ 0.1.00 initial version (archive)
2014-11-16 18:48:07 +01:00
rob tillaart
4f3ecf096c
+ 0.1.04 Cozir
...
+ added history
+ changed CO2() to support larger values - uint32_t
+ added URL
+ reformatted layout
2014-11-16 16:20:59 +01:00
rob tillaart
3ef3907e67
+ 0.1.03 Cozir
...
+ added SetOperatingMode()
2014-11-16 16:04:43 +01:00
rob tillaart
9afc94a7e0
+ 0.1.02 Cozir (archive)
...
+ support for Arduino 1.x (SoftwareSerial)
2014-11-16 16:02:53 +01:00
rob tillaart
12ce1e2710
+ 0.1.01 version of Cozir (archive purpose)
2014-11-16 16:00:08 +01:00
rob tillaart
16a464af0d
+ updated readme.txt (dhtlib)
2014-11-16 14:25:44 +01:00
rob tillaart
93a4857bc4
+ version 0.1.05 (0.1.04 experimental only)
...
+ added back function to "reverse map"
+ fastMapDemo2 shows usage of 2 FastMaps
+ fastMapDemo3 shows usage of back function
+ FASTMAP_LIB_VERSION in PROGMEM
2014-11-02 22:20:21 +01:00
rob tillaart
e7316bd15b
+ 0.1.03 renamed to CamelCase
2014-11-02 17:24:21 +01:00
rob tillaart
e81fca5089
+ remove fastmap to get naming right (CamelCase)
2014-11-02 17:23:40 +01:00
rob tillaart
520cd5c269
+ added constrainedMapDemo
...
+ renamed fastMapDemo
2014-11-02 17:07:49 +01:00
rob tillaart
67310e2e04
+ 0.1.02 fastMap first stable version
...
+ does as much math as possible in advance
+ 3 versions of constrained map
2014-11-02 15:30:40 +01:00
rob tillaart
9d290fe4fc
+ added support for all errors
2014-10-23 16:15:26 +02:00
rob tillaart
0a3df91ed3
+ 0.1.04
...
+ changed float to double (for platforms which support it)
+ changed divisions in multiplications
+ fixed uint32_t readADC()
+ reduced size of C array by 1 float
+ added second order temperature compensation
2014-10-19 13:02:42 +02:00
rob tillaart
2e5b971a8f
+ 0.1.03
...
+ changed math to float [test version]
2014-10-19 13:01:09 +02:00
rob tillaart
e4db5d21e6
+ 0.1.02 (first stable version)
...
+ fixed bug return value read()
+ fixed bug #bits D2
+ added MS5611_READ_OK
+ added inline getters for temp & pres & lastresult.
+ adjusted delay's based on datasheet
+ merged convert functions
+ fixed offset in readProm()
+ added example/test application
2014-10-19 13:00:16 +02:00
rob tillaart
8d24e1bef7
+ refactored (not stable version)
2014-10-19 12:55:45 +02:00
rob tillaart
920d72b5f4
+ initial version (not stable)
2014-10-19 12:54:35 +02:00
rob tillaart
e722f7d26c
+ version 0.1.17
...
+ replaced micros() with adaptive loopcount
+ removed DHTLIB_INVALID_VALUE (user should decide if value is usable)
+ more detailed errors per phase of handshake
+ added DHTLIB_ERROR_CONNECT
+ added DHTLIB_ERROR_ACK_L DHTLIB_ERROR_ACK_H
+ added fix for pre 1.0 (not tested)
2014-10-15 08:00:59 +02:00
rob tillaart
41cc579488
+ masking unused bits (less errors);
...
+ refactored bits[] usage
2014-10-15 07:48:27 +02:00
rob tillaart
fa681d5322
+ reduced # micros calls 2->1 in inner loop. => footprint -18
...
detection of the zero/one is doen by measuring the whole bit LOW+HIGH
+ improved wait for acknowledge
+ merged two loopCounters into one.
+ layout
+ dht22_test sketch collects statistics (every 20 reads)
2014-10-08 16:37:30 +02:00
rob tillaart
e4ad65003b
+ replace digital read with faster (~3x) code
...
=> smaller footprint
=> more robust for low MHz devices
2014-10-05 10:52:52 +02:00
rob tillaart
51a730b10f
fixed merge conflict
2014-07-06 22:40:46 +02:00
rob tillaart
773812c533
cleaned trailing spaces
2014-07-06 22:39:00 +02:00
rob tillaart
2c42fa84b8
+ version 0.1.05
...
+ added option 0,1,2,4,8 to set the speeds tested
+ added option a to select the address range
+ added version string
+ improved help page
2014-07-06 22:26:33 +02:00
Rob Tillaart
9b0fa03fe6
fixed version number in help
2014-07-05 11:04:50 +02:00
rob tillaart
de108c6c51
+ update 0.1.04
...
+ added URL
+ restricted addresses to meaningfull ones (+ comments)
+ removed some trailing spaces
2014-07-05 10:57:33 +02:00
rob tillaart
e198556dbe
+ initial version on GH 0.1.03
2014-07-05 10:50:56 +02:00
rob tillaart
9cbe3bf5f9
+ update version 0.2.04
...
+ added getElement() (not released 0.2.03 version)
+ added getSize() (not released 0.2.03 version)
+ added getCount() (not released 0.2.03 version)
+ updated keywords.txt
+ added memory protection if there is not enough memory to allocate.
+ added return NAN instead of 0 for getAverage()
+ reduced _size, _cnt, _idx to uint8_t
+ changed extensions of example code to .ino
2014-07-03 22:00:45 +02:00
rob tillaart
9c13789f2d
+ version 0.1.01 (first working DHT22 simulation)
...
+ improved protocol implementation
+ refactor to get code in logical place
+ support for negative temperature
+ improved comments
2014-06-26 20:58:20 +02:00
rob tillaart
4f46069705
+ initial version (not working yet)
2014-06-26 20:54:44 +02:00
rob tillaart
457139956d
+ timing test code
...
+ removed old code
2014-06-26 20:51:18 +02:00
rob tillaart
e2d0b3b613
+ version 0.1.13 (version 0.1.12 not usable -> skipped)
...
+ added support for DHT33 + DHT44
+ added test sketches for DHT33 + DHT44
+ improved protocol handling
+ refactored code style,
+ refactored footprint (part interface inline)
+ renamed private _read => _readSensor
+ added dht_tuning sketch to see timing
2014-06-26 20:48:20 +02:00
rob tillaart
ba5e9bd8f9
refactored TIMEOUT
2014-06-01 13:58:36 +02:00
rob tillaart
1f2314cdbf
optimized wakeup and timeout
2014-06-01 09:48:06 +02:00
rob tillaart
1f8c5f06bb
+ refactored
...
+ code style
+ names more explicit e.g. address -> memoryAddress
2014-05-21 21:18:35 +02:00
Rob Tillaart
773a1fd0f9
Merge pull request #7 from odbol/master
...
Updated I2C_EEPROM lib for Arduino Due, added support for smaller EEPROM chips
2014-05-21 19:37:51 +02:00
odbol
511d613332
Added another test for smaller, one-word addressable EEPROMS
2014-05-12 01:59:20 -07:00
odbol
ab454feb86
Added variable page size from guessing given device size. Added support for one-word addresses (for smaller chips)
2014-05-12 01:41:31 -07:00