Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
Loading...
Searching...
No Matches
Paperdink.h
Go to the documentation of this file.
1
21#ifndef _PAPERDINK_H_
22#define _PAPERDINK_H_
23
24#include <Arduino.h>
25#include "pin_assignment.h"
26
27// UI components
28#include "ui/crypto/crypto.h"
30#include "ui/weather/weather.h"
31#include "ui/youtube/youtube.h"
33
34// Paperdink Devices
35#include "devices/classic.h"
36#include "devices/merlot.h"
37
38// Conversion factor for seconds to microseconds
39#define S_TO_uS_FACTOR (1000000)
40#define M_TO_uS_FACTOR (6e7)
41#define H_TO_uS_FACTOR (3.6e9)
42
43extern PAPERDINK_DEVICE Paperdink;
44
45#endif /* _PAPERDINK_H_ */
PAPERDINK_DEVICE Paperdink