|
DeepSpace
2019
|
Functions | |
| void | Push () |
| void | Append (LedColour colour) |
Variables | |
| LedColour | ledbuffer = LedColour::kSOLID_WHITE |
| frc::Spark * | pLEDController = new frc::Spark(LEDCONTROLLER_ID) |
| void Utils::EdgeLight::Append | ( | LedColour | colour | ) |
Definition at line 7 of file EdgeLight.cpp.
| void Utils::EdgeLight::Push | ( | ) |
Definition at line 11 of file EdgeLight.cpp.
| LedColour Utils::EdgeLight::ledbuffer = LedColour::kSOLID_WHITE |
Definition at line 4 of file EdgeLight.cpp.
| frc::Spark * Utils::EdgeLight::pLEDController = new frc::Spark(LEDCONTROLLER_ID) |
Definition at line 5 of file EdgeLight.cpp.