Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Abstract type representing a connection to a LEGO® mindstorm EV3 brick. The type parameter indicates whether this connection is a USB, a WIFI, or a bluetooth one.
connect_bluetooth bdaddr
connects through bluetooth to the brick with bluetooth address bdaddr
. See the section "connectBluetooth
" for more information.
val close : _ conn -> unit
close conn
closes the connection conn
to the brick.
module Sound : sig ... end