mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-09-23 11:42:28 +00:00
9 lines
153 B
C++
9 lines
153 B
C++
#pragma once
|
|
|
|
class Redstone
|
|
{
|
|
public:
|
|
static const int SIGNAL_NONE = 0;
|
|
static const int SIGNAL_MIN = 0;
|
|
static const int SIGNAL_MAX = 15;
|
|
}; |