NXPCUP-libary
Library for car's control board on NXPCUP competition based on the Mbed framework.
NXPCUP-library.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "Buttons.h"
4 #include "Camera.h"
5 #include "Encoder.h"
6 #include "Motor.h"
7 #include "MotorControl.h"
8 #include "Servo.h"
9 
10 #include "BorderDetector.h"
11 #include "ObstacleDetector.h"
13 
14 #include "Config.h"
15 
16 #include "Log.h"