summaryrefslogtreecommitdiff
path: root/appl/demo/lego/rcxsend.m
diff options
context:
space:
mode:
Diffstat (limited to 'appl/demo/lego/rcxsend.m')
-rw-r--r--appl/demo/lego/rcxsend.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/appl/demo/lego/rcxsend.m b/appl/demo/lego/rcxsend.m
new file mode 100644
index 00000000..f597ea1f
--- /dev/null
+++ b/appl/demo/lego/rcxsend.m
@@ -0,0 +1,4 @@
+RcxSend : module {
+ init: fn (pnum, dbg : int) : string;
+ send : fn (data : array of byte, slen, rlen : int) : array of byte;
+}; \ No newline at end of file