У меня Arduino с сетевым щитом Ethernet.
У меня есть библиотека httpclient, и я пытаюсь запустить пример PachubeClient.
При компиляции выдает много ошибок:
PachubeClient.cpp:25:25: error: Credentials.h: No such file or directory
PachubeClient.cpp: In function 'void setup()':
PachubeClient:47: error: 'ssid' was not declared in this scope
PachubeClient:47: error: 'passphrase' was not declared in this scope
PachubeClient:55: error: a function-definition is not allowed here before '{' token
PachubeClient:95: error: expected `}' at end of input
Почему?