diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-12-07 20:14:23 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-12-07 20:14:23 +0100 |
commit | 9c8f5a5e8f11e4a5012d55b96afae290242b8fdd (patch) | |
tree | 785538c3539d0b3d710f983c55c089567f5a458a /fw/fe310/eos/board.h | |
parent | 7ded8116d90081851e0ddb1b4bdd77b645f6535c (diff) |
fixed eve, spi start/stop interface
Diffstat (limited to 'fw/fe310/eos/board.h')
-rw-r--r-- | fw/fe310/eos/board.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/fe310/eos/board.h b/fw/fe310/eos/board.h index 62111a9..a695029 100644 --- a/fw/fe310/eos/board.h +++ b/fw/fe310/eos/board.h @@ -39,6 +39,9 @@ #define I2S_IDLE_CYCLES 8 +#define CTP_PIN_INT 1 +#define CTP_PIN_RST 19 + #define EVE_GPIO_DIR 0xf #define EVE_GPIO_CAM 0 |