Added unsubscribe method

This commit is contained in:
Alexander Rust
2013-01-10 21:29:15 +01:00
parent 25a2af4238
commit 5161ec543f
2 changed files with 16 additions and 1 deletions

View File

@ -67,6 +67,7 @@ public:
boolean publish(char *, uint8_t *, unsigned int, boolean);
boolean publish_P(char *, uint8_t PROGMEM *, unsigned int, boolean);
boolean subscribe(char *);
boolean unsubscribe(char *);
boolean loop();
boolean connected();
};