- isMaster variable should not be set like this but now it is working - TODO: Rework it in a modular way! - shared.h is not very pretty but works that way - There should be a universal logger with the tag
11 lines
110 B
C
11 lines
110 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include "shared.h"
|
|
|
|
static bool isMaster;
|
|
|
|
#define Master_SlavePin 23
|
|
|
|
#endif
|