6 lines
93 B
C
6 lines
93 B
C
#ifndef _SENDDATA_H
|
|
#define _SENDDATA_H
|
|
|
|
void senddata(uint8_t port);
|
|
|
|
#endif // _SENDDATA_H_
|