Add AddressableLED simulation GUI support

This commit is contained in:
Peter Johnson
2019-11-17 16:35:45 -08:00
parent a4c9e4ec28
commit 77a9949bbf
4 changed files with 162 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/
#pragma once
namespace halsimgui {
class AddressableLEDGui {
public:
static void Initialize();
};
} // namespace halsimgui