Goliath II
Controller Receiver
 All Classes Namespaces Files Functions Enumerations
config.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
14 enum CONFIG {
15  MODE,
16  SENSITIVITY,
17 };
18 
24 CONFIG stringToConfig(std::string string);
CONFIG stringToConfig(std::string string)
Converts config string from controller to CONFIG enum.
Definition: config.cpp:3
CONFIG
enum for all configurations
Definition: config.h:14