mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-14 20:56:38 +01:00
refactorz
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
A lightweight Arduino framework for event driven programming.
|
||||
|
||||
## Concepts
|
||||
... PubSub pattern
|
||||
... topic based event channel / pubsub-pattern
|
||||
... plugin system
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __MEDIATOR__
|
||||
#define __MEDIATOR__
|
||||
#ifndef __SPROCKET_EVENT_CHANNEL__
|
||||
#define __SPROCKET_EVENT_CHANNEL__
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
Reference in New Issue
Block a user