8 lines
86 B
C
8 lines
86 B
C
#ifndef _BUTTON_H
|
|
#define _BUTTON_H
|
|
|
|
#include "senddata.h"
|
|
|
|
void readButton();
|
|
|
|
#endif |