zynq_7010/zynq_7010_code/PanelLeds.cpp

15 lines
156 B
C++
Raw Permalink Normal View History

2023-07-17 03:29:37 +00:00
#include "PanelLeds.h"
PanelLeds::PanelLeds()
: white("pwr-white"),
red("pwr-red"),
green("pwr-green")
{
}
PanelLeds::~PanelLeds()
{
}