etrobocon2019 feat.KatLab  ece30a9a007fff7d3ad48592c0d09a74643377bb
クラス | 列挙型
Controller.h ファイル
#include "ev3api.h"
#include "Clock.h"
#include "ColorSensor.h"
#include "Motor.h"
#include "TouchSensor.h"
#include "GyroSensor.h"
Controller.h の依存先関係図:
被依存関係図:

[ソースコード]

クラス

struct  HsvStatus
 
class  Controller
 

列挙型

enum  Color {
  Color::white, Color::black, Color::red, Color::green,
  Color::blue, Color::yellow
}
 

列挙型詳解

◆ Color

enum Color
strong
列挙値
white 
black 
red 
green 
blue 
yellow 

Controller.h32 行目に定義があります。