From 14629b12b0e19cd734e88e9af4618dfe554f25ee Mon Sep 17 00:00:00 2001 From: Arne van Iterson Date: Wed, 29 Nov 2023 12:51:41 +0100 Subject: [PATCH] README --- README.MD | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..010f0b4 --- /dev/null +++ b/README.MD @@ -0,0 +1,16 @@ +# EV5_Modcon +Everything for the EE HU Semester 5 Modelling and Control course + +## Connections to EV3 required +- Large motor on port B +- Large motor on port C +- Gyro-sensor on port 2 + +## Connecting to EV3 +Connect either via WiFi, USB or Bluetooth. Do note that connecting via USB or Bluetooth does not provide the EV3 with an internet connection so updating packages is not possible. + +## Compiling C++ +Compiling C or C++ requires a Docker installation of the compiler following (this guide)[https://www.ev3dev.org/docs/tutorials/using-docker-to-cross-compile/] + +## Running Python Code +TODO \ No newline at end of file