neptunium-firmware/Core/Inc/config.h
Peter aa3b50eed2 Initial commit. Logging using tinyusb on stm32f302c8t6. WORKING:
WORKING: lps22hb, lsm6dsox, neo-m9n
TODO: sx1262, SD card, freertos
2024-07-06 04:25:33 +08:00

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