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