Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Drive Lego Minsdstorm bricks with OCaml!
OCaml-mindstorm is a library that enables you to drive Lego mindstorm NXT or EV3 bricks from OCaml (the computer is the master and the brick is the slave). Communication with the brick is done through bluetooth (and possibly eventually USB).
Interface to NXT bricks (it is an alias of Mindstorm_NXT
but Mindstorm.NXT
should be used).
module NXT = Mindstorm_NXT
(ALPHA VERSION) Interface to EV3 bricks (it is an alias of Mindstorm_EV3
but Mindstorm.EV3
should be used).
module EV3 = Mindstorm_EV3