Add AddressableLED (#2092)

This commit is contained in:
Thad House
2019-11-17 16:39:38 -08:00
committed by Peter Johnson
parent 59507b12dc
commit 8ed2059074
20 changed files with 991 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
#include "frc/smartdashboard/SendableHelper.h"
namespace frc {
class AddressableLED;
class SendableBuilder;
/**
@@ -39,6 +39,7 @@ class SendableBuilder;
*/
class PWM : public MotorSafety, public Sendable, public SendableHelper<PWM> {
public:
friend class AddressableLED;
/**
* Represents the amount to multiply the minimum servo-pulse pwm period by.
*/