ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers command.h Source File

command.h

00001 #ifndef _COMMAND_H_
00002 #define _COMMAND_H_
00003 
00004 void Command(void);
00005 uint8_t X_ZERO_Function(uint8_t *x, uint8_t *y);
00006 uint8_t X_NZERO_Function(uint8_t *x, uint8_t *y);
00007 uint8_t LcdPrint(uint8_t *x, uint8_t *y);
00008 
00009 #endif //_COMMAND_H_