Working: - Detection if Master or Slave over Pin - Master Broadcasts message to Slaves - Slave connect to Master and get Pinged
7 lines
66 B
C
7 lines
66 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#define Master_SlavePin 23
|
|
|
|
#endif
|