FastLED
3.9.7
Loading...
Searching...
No Matches
midi_Platform.h
Go to the documentation of this file.
1
28
#pragma once
29
30
#include "
midi_Defs.h
"
31
32
BEGIN_MIDI_NAMESPACE
33
34
#if ARDUINO
35
36
// DefaultPlatform is the Arduino Platform
37
struct
DefaultPlatform
38
{
39
static
unsigned
long
now() { return ::millis(); };
40
};
41
42
#else
43
44
struct
DefaultPlatform
45
{
46
static
unsigned
long
now() {
return
0; };
47
};
48
49
#endif
50
51
END_MIDI_NAMESPACE
midi_Defs.h
MIDI Library for the Arduino - Definitions.
DefaultPlatform
Definition
midi_Platform.h:45
examples
LuminescentGrand
arduino
midi_Platform.h
Generated on Fri Dec 20 2024 20:54:48 for FastLED by
1.11.0