Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Hardware-Types.hpp
Go to the documentation of this file.
1/* ✔ */
2
3#pragma once
4
7#include <stdint.h> // uint8_t
8
10
15
16#ifdef NO_PIN // Fix for FastLED: https://github.com/FastLED/FastLED/issues/893
17#undef NO_PIN
18#endif
19
21constexpr pin_t NO_PIN = 1 << (8 * sizeof(pin_t) - 1);
22
24template <size_t N>
26
#define END_AH_NAMESPACE
#define BEGIN_AH_NAMESPACE
An array wrapper for easy copying, comparing, and iterating.
Definition Array.hpp:32