My Project
Loading...
Searching...
No Matches
MCLed.h
Go to the documentation of this file.
1#pragma once
2
3#include "MCLedBase.h"
4
5class MCLed : public MCLedBase
6{
7 public:
8 MCLed(int pwmChannel, int pin, bool inverted);
9};
Definition MCLedBase.h:4
friend class MCLed
Definition MCLedBase.h:21
Definition MCLed.h:6