My Project
Loading...
Searching...
No Matches
MCConfiguration.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
MCChannelConfig.h
"
4
#include <Arduino.h>
5
#include <vector>
6
7
struct
MCConfiguration
8
{
9
public
:
10
// Controller name.
11
const
char
*
ControllerName
;
12
13
// ESP32 pins.
14
std::vector<MCChannelConfig *>
EspPins
;
15
};
MCChannelConfig.h
MCConfiguration
Definition
MCConfiguration.h:8
MCConfiguration::EspPins
std::vector< MCChannelConfig * > EspPins
Definition
MCConfiguration.h:14
MCConfiguration::ControllerName
const char * ControllerName
Definition
MCConfiguration.h:11
src
MattzoStuff
MattzoControllers
src
lib
MController
MCConfiguration.h
Generated by
1.10.0