rob tillaart
677aaeb463
+ version 0.1.04
...
+ smaller footprint
2015-03-06 14:26:17 +01:00
rob tillaart
411126e5a9
+ version 0.1.08
...
+ refactor
2015-03-06 14:02:38 +01:00
rob tillaart
39de4fa177
Merge branch 'master' of github.com:RobTillaart/Arduino
2015-03-06 10:42:19 +01:00
rob tillaart
35b19c9fe7
+ version 0.1.07 (attachment)
...
+ refactored to decrease footprint
+ added example folder
+ added referenceOutput.txt to the example sketches
2015-03-06 10:41:34 +01:00
rob tillaart
742a1e8d07
+ version 0.1.07 (attachment)
...
+ refactored to decrease footprint
+ added example folder
+ added referenceOutput.txt to the example sketches
2015-03-06 10:39:00 +01:00
rob tillaart
bb3198d47d
+ updated version to 0.1.07
2015-03-05 18:26:06 +01:00
Rob Tillaart
f6ef1714c2
Merge pull request #17 from Chris--A/logic-fix
...
Logic and performance fix (Fraction lib).
LGTM
2015-03-05 17:25:55 +01:00
Chris--A
e0c33bf44d
Revert gcd, too hasty in testing.
2015-03-05 18:29:58 +10:00
Chris--A
5379f830b1
Optimized functions
...
Changed by-value elements to by-reference.
Also changed private section to protected; in case someone wants to
inherit the Fraction class.
2015-03-05 18:06:21 +10:00
Chris--A
19daf61fee
Optimized constructors
...
Utilized initializer lists rather than assigning.
2015-03-05 17:46:55 +10:00
Chris--A
675ddb0f84
Fix operator logic.
2015-03-05 17:42:23 +10:00
rob tillaart
35310f0596
+ added readme.txt
2015-03-01 14:19:14 +01:00
rob tillaart
c0bb74c9f7
+ version 0.1.06
...
+ added isProper(), mediant(), toAngle();
+ refactor
+ added two example sketches
2015-03-01 12:47:02 +01:00
rob tillaart
507f1edd61
+ version 0.1.05
...
+ tested negative Fractions math
+ added missing constructors,
+ refactoring,
2015-03-01 12:15:35 +01:00
rob tillaart
e89f3cebf8
+ version 0.1.04
...
+ stabilizing code,
+ add simplifies() for some code paths
2015-03-01 12:13:08 +01:00
rob tillaart
aa0826886b
+ version 0.1.03
...
+ added toDouble(), tested several fractionize() codes, bug fixes.
2015-03-01 12:11:21 +01:00
rob tillaart
1591b01fa6
+ version 0.1.02
...
+ refactor & fixing
+ faster fractionize code
+ test application (march 1st 2015 version)
2015-03-01 12:09:21 +01:00
rob tillaart
f77345fd40
+ version 0.1.01
...
+ refactoring & fixing
2015-03-01 12:05:22 +01:00
rob tillaart
a5469cdd24
+ initial version 0.1.00
2015-03-01 12:03:22 +01:00
rob tillaart
33843c68ba
+ version 0.1.20
...
+ changed return type to int8_t reducing footprint with 34 bytes
+ minor comment change
2015-03-01 11:53:47 +01:00
rob tillaart
9bca4c27da
+ fix switch case (copy paste error)
2015-02-03 10:14:17 +01:00
rob tillaart
54ee843935
+ version 0.1.19
...
+ fixed wrong mask DHT11
2015-01-21 21:46:04 +01:00
rob tillaart
2e49f9234a
+ 0.1.06 support Wire.setClock()
...
+ reindent
2014-12-17 20:51:52 +01:00
rob tillaart
b89c9decb0
+ version 0.2.05
...
+ changed float to double (for ARM platform)
2014-12-16 22:04:21 +01:00
rob tillaart
baa7e04c05
+ 0.1.02
...
+ readPrevious()
+ changed signatures
+ added comments
+ fix typo in sample
2014-12-07 21:11:55 +01:00
rob tillaart
9d58c169c8
Merge branch 'master' of github.com:RobTillaart/Arduino
2014-12-07 11:40:25 +01:00
Rob Tillaart
99c0d7eb0f
fixed COZIR_LIB_VERSION string
2014-12-07 11:39:59 +01:00
rob tillaart
418f17d13b
Merge branch 'master' of github.com:RobTillaart/Arduino
2014-12-07 11:35:22 +01:00
rob tillaart
ecfea9e283
+ version 0.1.05
...
+ fixed request() in .h file
+ updated version string
2014-12-07 11:34:12 +01:00
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