This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
digix:tutorials:wifi:library-functions [2013/09/14 20:19] Eje_G added more link to subpages |
digix:tutorials:wifi:library-functions [2013/09/15 12:09] (current) Eje_G added more links to subpages |
||
---|---|---|---|
Line 15: | Line 15: | ||
- | [[digix:tutorials:wifi:library-functions:AT|AT()]] ''String AT(char *cmd, char *params)'' | + | [[digix:tutorials:wifi:library-functions:AT|AT()]] |
| | ||
- | [[digix:tutorials:wifi:library-functions:connect|connect()]] ''bool connect(char *aHost)'' | + | [[digix:tutorials:wifi:library-functions:connect|connect()]] |
| | ||
===== Web page data functions ===== | ===== Web page data functions ===== | ||
Line 32: | Line 32: | ||
===== Debug functions ===== | ===== Debug functions ===== | ||
| | ||
- | ''int lastError()'' | + | [[digix:tutorials:wifi:library-functions:lastError|lastError()]] ''int lastError()'' |
| | ||
- | ''void debug(String output)'' | + | [[digix:tutorials:wifi:library-functions:debug|debug()]] ''void debug(String output)'' |
| | ||
- | ''void debugWrite(char output)'' | + | [[digix:tutorials:wifi:library-functions:debugWrite|debugWrite()]] ''void debugWrite(char output)'' |
| |