Skip to content

Commit 209d8db

Browse files
committed
improve compatibility
1 parent dbe6a72 commit 209d8db

File tree

8 files changed

+758
-396
lines changed

8 files changed

+758
-396
lines changed

docs/reference.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
| | `max()` | yes |
2727
| | `abs()` | yes |
2828
| | `constrain()` | yes |
29+
| | `round()` | yes |
30+
| | `radians()` | yes |
31+
| | `degrees()` | yes |
32+
| | `sq()` | yes |
2933
| | `map()` | yes |
3034
| | `pow()` | yes |
3135
| | `sqrt()` | yes |
@@ -36,13 +40,14 @@
3640
| | `randomSeed()` | yes |
3741
| | `random()` | yes |
3842
| Bits and Bytes | | |
39-
| | `lowByte()` | no |
40-
| | `highByte()` | no |
41-
| | `bitRead()` | no |
42-
| | `bitWrite()` | no |
43-
| | `bitSet()` | no |
44-
| | `bitClear()` | no |
45-
| | `bit()` | no |
43+
| | `lowByte()` | yes |
44+
| | `highByte()` | yes |
45+
| | `bitRead()` | yes |
46+
| | `bitWrite()` | yes |
47+
| | `bitSet()` | yes |
48+
| | `bitClear()` | yes |
49+
| | `bitToggle()` | yes |
50+
| | `bit()` | yes |
4651
| Interrupts | | |
4752
| | `attachInterrupt()` | yes |
4853
| | `detachInterrupt()` | yes |

0 commit comments

Comments
 (0)