Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
tcpm_driver.h
1/*
2 * tcpm_driver.h
3 *
4 * Created: 11/11/2017 18:42:39
5 * Author: jason
6 */
7
8#ifndef TCPM_DRIVER_H_
9#define TCPM_DRIVER_H_
10
11#include <stdint.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17#include "../../../platform/i2c.h"
18#include "../../../platform/time.h"
19
20// USB-C Stuff
21#include "../tcpm/tcpm.h"
22#include "FUSB302.h"
23
24#include "../config.h"
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif /* TCPM_DRIVER_H_ */