• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

samples/H21-Apr-2002-11578

ARTISTICH A D23-Feb-20006 KiB13299

COPYINGH A D23-Feb-200012.2 KiB249200

DOCSH A D21-Apr-200210.5 KiB327246

MANIFESTH A D17-Apr-200095 1110

Makefile.PLH A D17-Apr-2000627 3323

RCX.pmH A D21-Apr-200226.3 KiB1,384652

READMEH A D21-Apr-2002810 3419

TODOH A D21-Mar-2000818 3821

README

1
2LEGO::RCX is a module to communicate with you LEGO(tm) Mindstorms(tm)
3RCX computer through the IR dongle.  It is an OO module with methods
4for everything from controlling the motors, reading sensors, modifying
5program variables, and getting data form the DataLog.
6
7The DOCS file contains the documentation for this package.  It
8however is generated from the pod in the perl source so any
9modifications should be made there.
10
11More information can be found at
12
13  http://members.cox.net/quillan/lego/rcx.pm.html
14
15Install:
16
17Option 1:
18  perl Makefile.PL
19
20  make install
21
22Option 2:
23  Copy this to any location, make sure your perl can find it and
24  follow the documentation.
25
26Bugs:
27
28Any bug reports please email quillan@cox.net.  If you have any
29feature suggestions or other ideas please let me know as well.
30
31
32
33
34