#ifndef _SENDDATA_H #define _SENDDATA_H void senddata(uint8_t port); #endif // _SENDDATA_H_