8 líneas
82 B
C
8 líneas
82 B
C
#ifndef XT_IO_H
|
|
#define XT_IO_H
|
|
|
|
bool clock_in(void);
|
|
bool data_in(void);
|
|
|
|
#endif
|