#ifndef _BUTTON_H
#define _BUTTON_H
#include "display.h"
#include "senddata.h"
void readButton();
#endif