RobTillaart
|
5d7b26abeb
|
fix #87 - version field for library.json files
|
2018-01-07 19:13:07 +01:00 |
|
RobTillaart
|
7177809c01
|
fix URL path in library.properties
|
2017-08-20 17:16:48 +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 |
|
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
|
45d8bff06a
|
added library.json files
|
2016-12-17 20:53:18 +01:00 |
|
rob tillaart
|
7a698f8c17
|
+ added (0,0) constructor
+ added array example
+ removed unneeded ifdef constructs
|
2015-10-18 12:22:28 +02:00 |
|
rob tillaart
|
411126e5a9
|
+ version 0.1.08
+ refactor
|
2015-03-06 14:02:38 +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
|
457139956d
|
+ timing test code
+ removed old code
|
2014-06-26 20:51:18 +02:00 |
|
Rob Tillaart
|
0e54058f98
|
+ added comment
|
2013-09-29 21:55:40 +02:00 |
|
Rob Tillaart
|
c498c25956
|
+ layout
+ derive Complex from printable
+ renamed test to .ino
|
2013-09-29 14:31:13 +02:00 |
|
Rob Tillaart
|
0adbfacf13
|
+ make parts of the lib conditional
+ added test sketch
|
2013-09-29 14:27:38 +02:00 |
|
Rob Tillaart
|
d917a93d0b
|
- missing 0.1.02 version
+ added sqr()
+ minimized divisions (speed)
+ faster tan() -> increases size
|
2013-09-29 14:22:21 +02:00 |
|
Rob Tillaart
|
8c27e7b196
|
+ extend class
|
2013-09-29 14:16:03 +02:00 |
|
Rob Tillaart
|
a60fc21e25
|
start Complex Math library
|
2013-09-29 14:13:36 +02:00 |
|