ジャイロ追加前

Dependencies:   mbed FreeRTOS

Committer:
takeru0x1103
Date:
Sat Nov 24 11:35:48 2018 +0000
Revision:
1:15ab74f0d0f1
Parent:
0:ecd925601fc6
Child:
17:f9610f3cfa1b
8??????;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
takeru0x1103 1:15ab74f0d0f1 1 #ifndef _COMMAND_H_
takeru0x1103 1:15ab74f0d0f1 2 #define _COMMAND_H_
takeru0x1103 0:ecd925601fc6 3 /////////////////////////////////////////////////////////////////////
takeru0x1103 1:15ab74f0d0f1 4 #include "typedef.h"
takeru0x1103 0:ecd925601fc6 5 extern bool gDebugFlg;
takeru0x1103 0:ecd925601fc6 6 extern bool gPidEnaFlg;
takeru0x1103 0:ecd925601fc6 7
takeru0x1103 0:ecd925601fc6 8
takeru0x1103 0:ecd925601fc6 9 //初期化
takeru0x1103 0:ecd925601fc6 10 void commandInit();
takeru0x1103 0:ecd925601fc6 11 //コマンドバッファへプッシュ
takeru0x1103 0:ecd925601fc6 12 bool commandPush(UCHAR rxChar);
takeru0x1103 0:ecd925601fc6 13
takeru0x1103 0:ecd925601fc6 14 /////////////////////////////////////////////////////////////////////
takeru0x1103 0:ecd925601fc6 15 #endif