Mindstorm.EV3Abstract 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 -> unitclose conn closes the connection conn to the brick.
module Sound : sig ... end