|
etrobocon2018 feat.KatLab
770af34cce41ae9c30c41303275e1add2daae0c3
(with uncommitted changes)
|
#include "Controller.h"#include "Lifter.h"#include "app.h"#include "ev3api.h"#include "util.h"#include "kernel_cfg.h"
マクロ定義 | |
| #define | DEBUG |
| #define | _debug(x) (x) |
関数 | |
| void | main_task (intptr_t unused) |
| void | bt_task (intptr_t unused) |
| #define _debug | ( | x | ) | (x) |
lifter_check.cpp の 24 行目に定義があります。
| #define DEBUG |
ファイル名 : app.c
概要 : ETロボコンのTOPPERS/HRP2用Cサンプルプログラム
注記 : Bluetooth通信リモートスタート機能付き
lifter_check.cpp の 21 行目に定義があります。
| void bt_task | ( | intptr_t | unused | ) |
概要 : Bluetooth通信によるリモートスタート。 Tera Termなどのターミナルソフトから、 ASCIIコードで1を送信すると、リモートスタートする。 引数 : unused 返り値 : なし
lifter_check.cpp の 64 行目に定義があります。
| void main_task | ( | intptr_t | unused | ) |
1.8.6