Skip to content

Commit 661e556

Browse files
committed
More documentation.
1 parent 3c4cb42 commit 661e556

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ objs = $(addprefix output/javascript/,\
1616
espruino_embedded.o \
1717
)
1818

19-
# eadk_lib.o
2019
objs += $(addprefix output/,\
2120
storage.o \
2221
crt_stubs.o \

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ Copy the files you obtained to the `./src/javascript/` folder on this project (t
6464

6565
Here is a short documentation for each function that I've ported from their interface in [`eadk.h`](https://github.com/numworks/epsilon/blob/master/eadk/include/eadk/eadk.h) to a working version in JavaScript.
6666

67+
> *Legend:*
68+
> - ✅ = code written, function tested!
69+
> - ✅? = code written, function not yet working!
70+
> - ❌ = code written, function unavailable / or code not yet written!!
71+
6772
### ✅? Eadk predefined colors
6873
`Eadk.color_black`, `Eadk.color_white`, `Eadk.color_red`, `Eadk.color_green`, `Eadk.color_blue` are the five predefined colors.
6974

0 commit comments

Comments
 (0)