EV3RT CXX API Reference [English]
An RTOS-based development platform for LEGO Mindstorms EV3.
ev3cxx.h
Go to the documentation of this file.
1 
7 #pragma once
8 
12 #include "ev3cxx_format.h"
13 #include "ev3cxx_file.h"
14 
18 #include "ev3cxx_utils.h"
19 #include "ev3cxx_time.h"
20 #include "ev3cxx_brick_button.h"
21 #include "ev3cxx_brick_led.h"
22 #include "ev3cxx_display.h"
23 #include "ev3cxx_bluetooth.h"
24 #include "ev3cxx_motor.h"
25 #include "ev3cxx_motor_tank.h"
26 #include "ev3cxx_sensor.h"
27 #include "ev3cxx_touch_sensor.h"
28 #include "ev3cxx_gyro_sensor.h"
29 #include "ev3cxx_color_sensor.h"
31 
35 namespace ev3cxx {
36 
37 extern ::ev3cxx::detail::Display display;
38 extern ::ev3cxx::detail::BrickLED statusLight;
39 
40 } // namespace ev3cxx
Definition: ev3cxx.h:35
EV3RT CPP API for motors.
EV3RT CPP API for color sensor.
EV3RT CPP API for bluetooth.
EV3RT CPP API for brick button.
API for formating data to output (display, bluetooth, file)
EV3RT CPP API for touch sensor.
EV3RT CPP utilities.
EV3RT CPP API for brick LED.
EV3RT CPP API for gyro sensor.
EV3RT CPP API for ultrasonic sensor.
EV3RT CPP API for sensor.
EV3RT CPP API for display.
EV3RT CPP API for file.