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
"
29
#include "
ui/date_time/date_time.h
"
30
#include "
ui/weather/weather.h
"
31
#include "
ui/youtube/youtube.h
"
32
#include "
ui/todo_list/todo_list.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
43
extern
PAPERDINK_DEVICE
Paperdink
;
44
45
#endif
/* _PAPERDINK_H_ */
Paperdink
PAPERDINK_DEVICE Paperdink
classic.h
crypto.h
date_time.h
merlot.h
pin_assignment.h
todo_list.h
weather.h
youtube.h
src
Paperdink.h
Generated by
1.12.0