neptunium-firmware/Core/Inc/config.h

25 lines
522 B
C
Raw Normal View History

#ifndef __CONFIG_H
#define __CONFIG_H
#define TIMEOUT 500 // ms
// #define ACCEL2_CS_GPIO_Port GPIOB
// #define ACCEL2_CS_Pin GPIO_PIN_2
// #define ACCEL1_CS_GPIO_Port GPIOC
// #define ACCEL1_CS_Pin GPIO_PIN_15
// #define BARO_CS_GPIO_Port GPIOA
// #define BARO_CS_Pin GPIO_PIN_9
// #define LORA_CS_GPIO_Port GPIOB
// #define LORA_CS_Pin GPIO_PIN_6
// #define MEM_CS_GPIO_Port GPIOC
// #define MEM_CS_Pin GPIO_PIN_13
// #define SD_CS_GPIO_Port GPIOC
// #define SD_CS_Pin GPIO_PIN_14
#endif