DeepSpace  2019
EdgeLight.cpp
Go to the documentation of this file.
1 #include "Utils/EdgeLight.h"
2 #include <iostream>
3 
5 frc::Spark* Utils::EdgeLight::pLEDController = new frc::Spark(LEDCONTROLLER_ID);
6 
9 }
10 
12  if(DODEBUG){
13  std::cout << "LED COLOUR: " << Utils::EdgeLight::ledbuffer / (double)100 << std::endl;
14  }
16 }
17 
LedColour ledbuffer
Definition: EdgeLight.cpp:4
frc::Spark * pLEDController
Definition: EdgeLight.cpp:5
#define DODEBUG
Definition: RobotMap.h:15
#define LEDCONTROLLER_ID
Definition: RobotMap.h:93
void Append(LedColour colour)
Definition: EdgeLight.cpp:7
LedColour
Definition: EdgeLight.h:7