My Project
Loading...
Searching...
No Matches
BLEHubChannelController.h
Go to the documentation of this file.
1#pragma once
2
3#include <Arduino.h>
4
5#include "BLEHubChannel.h"
6#include "MCChannelConfig.h"
8
10{
11 public:
13
14 // Returns the controlled hub channel.
16};
BLEHubChannel
Definition BLEHubChannel.h:5
Definition BLEHubChannelController.h:10
BLEHubChannel GetHubChannel()
Definition BLEHubChannelController.cpp:6
Definition MCChannelConfig.h:8
Definition MCChannelController.h:9
friend class BLEHubChannelController
Definition MCChannelController.h:80