Gewerkt aan opdracht 4

Co-authored-by: Aryan Lala (19097727) <A.E.Lala@student.hhs.nl>
This commit is contained in:
2023-06-08 07:28:57 +02:00
parent 4d26a6eb8b
commit f709a5c3c4
24 changed files with 329 additions and 141 deletions

View File

@@ -0,0 +1 @@
#include "Machine.h"

View File

@@ -0,0 +1,4 @@
#ifndef __Machine_H
#define __Machine_H
#endif __Machine_H

View File

@@ -0,0 +1 @@
#include "Mone.h"

4
Opdracht_4/Domein/Mone.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef __Mone_H
#define __Mone_H
#endif

View File

@@ -0,0 +1 @@
#include "Motor.h"

View File

@@ -0,0 +1,4 @@
#ifndef __Motor_H
#define __Observer_H
#endif

View File

@@ -0,0 +1 @@
#include "Mtwo.h"

4
Opdracht_4/Domein/Mtwo.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef __Mtwo_H
#define __Mtwo_H
#endif

View File

@@ -0,0 +1 @@
#include "Sensor.h"

View File

@@ -0,0 +1,4 @@
#ifndef __Sensor_H
#define __Sensor_H
#endif