Could be functioning

This commit is contained in:
2024-07-26 21:27:39 +03:00
parent 1c560a9b0f
commit 196d440b2b
12 changed files with 516 additions and 115 deletions

View File

@@ -1,5 +1,5 @@
#ifndef DIGITAL_IN_H_
#define DIGITAL_IN_H_
#ifndef MEMORY_IN_H_
#define MEMORY_IN_H_
/**** Includes ****/
#include <stdint.h>
@@ -33,4 +33,4 @@ class Memory
} //namespace
#endif /* DIGITAL_IN_H_ */
#endif /* MEMORY_IN_H_ */