summaryrefslogtreecommitdiff
path: root/appl/cmd/lego/rcxsend.m
blob: f62087db15be7fb6176439c6b5d443aa03e4e17b (plain)
1
2
3
4
5
6
RcxSend : module {
	PATH: con "/dis/lego/rcxsend.dis";

	init: fn (pnum, dbg : int) : string;
	send : fn (data : array of byte, slen, rlen : int) : array of byte;
};