esp_alox/main/main.h
simon 3e7c842597 Inital Commit
Working:
- Detection if Master or Slave over Pin
- Master Broadcasts message to Slaves
- Slave connect to Master and get Pinged
2024-12-28 16:31:33 +01:00

7 lines
66 B
C

#ifndef MAIN_H
#define MAIN_H
#define Master_SlavePin 23
#endif