buenzliai/main/context.h

9 lines
109 B
C
Raw Normal View History

2024-05-17 13:37:03 +00:00
#pragma once
#include <Arduino.h>
#include "station.h"
class Context {
public:
Station* stations[4];
};