| | |
| | | /** Maximum PHY payload length */ |
| | | #define PHY_PAYLOAD_LEN_MAX (127) |
| | | |
| | | |
| | | /* =========================================================================================================================== */ |
| | | /* ================ Simple Selection ================ */ |
| | | /* =========================================================================================================================== */ |
| | |
| | | #define SRCLK_PIN IO_PIN_8 |
| | | #define RCLK_PIN IO_PIN_7 |
| | | #define ADC_GND_ENABLE IO_PIN_12 |
| | | #define PCA_INPUT_DETECT IO_PIN_17 |
| | | #define GET_USERKEY gpio_pin_get_val(SCL_PIN) |
| | | #define STS_MODE |
| | | /* =========================================================================================================================== */ |