12345678910111213141516171819202122232425262728293031 |
- #ifndef _CONFIG_H
- #define _CONFIG_H
- #define ADC_CHAN_MSK 0b0000001001011111
- #define ADC_CHAN_CNT 7
- #define ADC_OVRSAMPL 16
- #define ADC_CALLBACK adc_ready
- #define SM4_DEFDELAY 500
- #define TMC2130_SPI_RATE 0
- #define TMC2130_SPCR SPI_SPCR(TMC2130_SPI_RATE, 1, 1, 1, 0)
- #define TMC2130_SPSR SPI_SPSR(TMC2130_SPI_RATE)
- #define W25X20CL_PIN_CS 32
- #define LANG_MODE 1
- #define LANG_SIZE_RESERVED 0x2700
- #endif
|