/** * ========================================================================== * Twizy/SEVCON configuration shell * ========================================================================== */ #ifndef _TwizyCfg_config_h #define _TwizyCfg_config_h // Debug output level: // 1 = show every SDO write #define TWIZY_DEBUG 0 // Set your MCP clock frequency here: #define TWIZY_CAN_MCP_FREQ MCP_16MHZ // Set your SPI CS pin number here: #define TWIZY_CAN_CS_PIN 53 #endif // _TwizyCfg_config_h