mirror of
https://github.com/peter-tanner/neptunium-firmware.git
synced 2024-11-30 20:10:19 +08:00
25 lines
522 B
C
25 lines
522 B
C
|
|
#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 |