refactorz

This commit is contained in:
Patrick Balsiger
2018-12-28 20:18:42 +01:00
parent 3cb4d61ad5
commit 77619583fc
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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>