-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds reporting of LED statuses on each send - allows LEDs to be set remotely - incorporates proper default app modes
- Loading branch information
bugvish
committed
May 28, 2014
1 parent
d02f3dd
commit 5d925c3
Showing
6 changed files
with
907 additions
and
849 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
#ifndef SWARM_H_ | ||
#define SWARM_H_ | ||
#ifndef DWEET_H_ | ||
#define DWEET_H_ | ||
|
||
#include <jsmn/jsmn.h> | ||
|
||
void App_SwarmConnector(void); | ||
void App_DweetConnector(void); | ||
ATLIBGS_MSG_ID_E dweetData(uint8_t* cid); | ||
ATLIBGS_MSG_ID_E checkData(uint8_t* cid); | ||
int findKey(char * jsonpos, jsmntok_t * tokens, int toklen, const char * key); | ||
int getValue(char * jsonpos, jsmntok_t * tokens, int toklen, const char * key, char* outValue); | ||
ATLIBGS_MSG_ID_E httpRequest(ATLIBGS_HTTPSEND_E type, uint16_t timeout, char* page, char* inOutBuffer, uint8_t* cid); | ||
|
||
#endif // SWARM_H_ | ||
#endif // DWEET_H_ |
Oops, something went wrong.