MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / Twitter

Method Twitter

Arduino/libraries/Ethernet2/src/Twitter.cpp:20–22  ·  view source on GitHub ↗

IP address of LIB_DOMAIN

Source from the content-addressed store, hash-verified

18#if defined(ARDUINO) && ARDUINO < 100
19static uint8_t server[] = {0,0,0,0}; // IP address of LIB_DOMAIN
20Twitter::Twitter(const char *token) : client(server, 80), token(token)
21{
22}
23#else
24Twitter::Twitter(const char *token) : token(token)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected