Twizy-Cfg/TwizyCfg/TwizyCfg_config.h

21 lines
517 B
C
Raw Normal View History

2017-06-13 22:35:06 +00:00
/**
* ==========================================================================
* Twizy/SEVCON configuration shell
* ==========================================================================
*/
#ifndef _TwizyCfg_config_h
#define _TwizyCfg_config_h
// Debug output level:
// 1 = show every SDO write
#define TWIZY_DEBUG 0
2017-06-13 22:35:06 +00:00
// 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