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