Files @ 988bab1cb593
Branch filter:

Location: therm/config.h

Ethan Zonca
Got things mostly compiling, disabled SPI and USB for now because of RAM overflow
#ifndef CONFIG_H
#define CONFIG_H


#define SSR_PERIOD 200

#define LED_POWER GPIOB,GPIO_PIN_9
#define LED_STAT  GPIOA,GPIO_PIN_15

#define MAX_CS GPIOB,GPIO_PIN_12

#define SW_BTN  GPIOB, GPIO_PIN_3
#define SW_UP   GPIOB, GPIO_PIN_6
#define SW_DOWN GPIOB, GPIO_PIN_4
#define SW_LEFT GPIOB, GPIO_PIN_7
#define SW_RIGHT GPIOB, GPIO_PIN_5

#define SSR_PIN GPIOC, GPIO_PIN_13

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab