My Project
Loading...
Searching...
No Matches
MCLightController.h
Go to the documentation of this file.
1
#include <Arduino.h>
2
3
class
MCLightController
4
{
5
public
:
6
// Two flashes per second.
7
static
bool
TwoFlashesPerSecond
();
8
9
// One short flash per second (on 10%).
10
static
bool
OneFlashPerSecond
();
11
12
// Blink (on 50%).
13
static
bool
Blink
();
14
15
private
:
16
static
bool
on(uint flashesPerSecond, uint flashDurationInMs);
17
};
MCLightController
Definition
MCLightController.h:4
MCLightController::OneFlashPerSecond
static bool OneFlashPerSecond()
Definition
MCLightController.cpp:8
MCLightController::TwoFlashesPerSecond
static bool TwoFlashesPerSecond()
Definition
MCLightController.cpp:3
MCLightController::Blink
static bool Blink()
Definition
MCLightController.cpp:13
src
MattzoStuff
MattzoControllers
src
lib
MController
MCLightController.h
Generated by
1.10.0