This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Commit cff056e
authored
v1.1.0 to convert to h-only library, etc
### Releases v1.1.0
1. Convert to `h-only` library.
2. Optimize library code by using `reference-passing` instead of `value-passing`
3. Improve accuracy by using `float`, instead of `uint32_t` for `position` in degrees
4. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project1 parent 46cbae9 commit cff056e
File tree
11 files changed
+673
-426
lines changed- src
11 files changed
+673
-426
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
0 commit comments