DeepSpace  2019
Utils::EdgeLight Namespace Reference

Functions

void Push ()
 
void Append (LedColour colour)
 

Variables

LedColour ledbuffer = LedColour::kSOLID_WHITE
 
frc::Spark * pLEDController = new frc::Spark(LEDCONTROLLER_ID)
 

Function Documentation

◆ Append()

void Utils::EdgeLight::Append ( LedColour  colour)

Definition at line 7 of file EdgeLight.cpp.

◆ Push()

void Utils::EdgeLight::Push ( )

Definition at line 11 of file EdgeLight.cpp.

Variable Documentation

◆ ledbuffer

LedColour Utils::EdgeLight::ledbuffer = LedColour::kSOLID_WHITE

Definition at line 4 of file EdgeLight.cpp.

◆ pLEDController

frc::Spark * Utils::EdgeLight::pLEDController = new frc::Spark(LEDCONTROLLER_ID)

Definition at line 5 of file EdgeLight.cpp.