EmlaLockSafe
|
#include "../configuration/Configuration.h"
#include <Arduino.h>
#include <ArduinoJson.h>
#include <HTTPClient.h>
#include <Thread.h>
#include <WiFiClientSecure.h>
#include <chrono>
#include <condition_variable>
#include <limits>
#include <mutex>
Go to the source code of this file.
Classes | |
class | emlalock::EmlaLockApi |
Class interfacing Arduino to the EmlaLock API. More... | |
Namespaces | |
namespace | emlalock |
Macros | |
#define | ARDUINOJSON_USE_LONG_LONG 1 |
#define | ARDUINOJSON_DECODE_UNICODE 1 |
#define ARDUINOJSON_DECODE_UNICODE 1 |
#define ARDUINOJSON_USE_LONG_LONG 1 |