Add LED feature to Sun converter

This commit is contained in:
tmk 2012-10-21 22:12:36 +09:00
parent 454f7bc716
commit edce1d19a6
5 changed files with 74 additions and 18 deletions

View file

@ -41,5 +41,6 @@ POSSIBILITY OF SUCH DAMAGE.
/* host role */
void serial_init(void);
uint8_t serial_recv(void);
void serial_send(uint8_t data);
#endif