ASCEND Flight Software
Loading...
Searching...
No Matches
Macros | Variables
PayloadConfig.h File Reference

Central location for pinout and config defines. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ERROR_PIN_2   22
 Error display bit 2.
 
#define ERROR_PIN_1   15
 Error display bit 1.
 
#define ERROR_PIN_0   14
 Error display bit 0.
 
#define LSM9DS1_XGCS_PIN   3
 LSM9DS1 IMU Accelerometer/Gyroscope Pin.
 
#define LSM9DS1_MCS_PIN   28
 LSM9DS1 IMU Magnetometer Pin.
 
#define SERIAL2_RX_PIN   9
 MTK3339 GPS CS Pin.
 
#define SERIAL2_TX_PIN   8
 
#define GPS_I2C   1
 
#define UV_I2C_ADDR   0x74
 UV sensor I2C Addresses.
 
#define OZONE_I2C_ADDR   0x73
 Ozone I2C address.
 
#define I2C1_SCL_PIN   27
 I2C1 pins.
 
#define I2C1_SDA_PIN   26
 
#define TMP117_I2C_ADDR   0x48
 Default I2C Address for TMP117.
 
#define STRATOSENSE_I2C   Wire1
 StratoSense board I2C Bus.
 
#define STORING_PACKETS   1
 Toggle sending packets vs C strings over transfer queue.
 
#define SERIAL1_RX_PIN   1
 UART0 RX Pin.
 
#define SERIAL1_TX_PIN   0
 UART0 RX Pin.
 
#define SD_SPI1   1
 SD Card SPI Toggle.
 
#define SD_CS_PIN   13
 SD Card SPI CS Pin.
 
#define FLASH_SPI1   0
 Flash memory SPI Toggle.
 
#define FLASH_CS_PIN   17
 Flash chip SPI CS Pin.
 
#define SPI1_MISO_PIN   12
 SPI1 MISO Pin.
 
#define SPI1_SCK_PIN   10
 SPI1 SCK Pin.
 
#define SPI1_MOSI_PIN   11
 SPI1 MOSI Pin.
 
#define ON_BOARD_LED_PIN   25
 Built-in LED Pin.
 
#define HEARTBEAT_PIN_0   20
 Core 0 Heartbeat Pin.
 
#define HEARTBEAT_PIN_1   21
 Core 1 Heartbeat Pin.
 
#define QT_ENTRY_SIZE   500
 
#define QT_MAX_SIZE   10
 
#define PACKET_SYSTEM_TESTING   1
 

Variables

const uint8_t SYNC_BYTES [] = {'A', 'S', 'U', '!'}
 

Detailed Description

Central location for pinout and config defines.

All pin definitions must include PIN in their name to allow the conflict checker to catch pin conflits ex: SD_CS_PIN instead of just SD_CS

Macro Definition Documentation

◆ ERROR_PIN_0

#define ERROR_PIN_0   14

Error display bit 0.

◆ ERROR_PIN_1

#define ERROR_PIN_1   15

Error display bit 1.

◆ ERROR_PIN_2

#define ERROR_PIN_2   22

Error display bit 2.

◆ FLASH_CS_PIN

#define FLASH_CS_PIN   17

Flash chip SPI CS Pin.

◆ FLASH_SPI1

#define FLASH_SPI1   0

Flash memory SPI Toggle.

◆ GPS_I2C

#define GPS_I2C   1

◆ HEARTBEAT_PIN_0

#define HEARTBEAT_PIN_0   20

Core 0 Heartbeat Pin.

◆ HEARTBEAT_PIN_1

#define HEARTBEAT_PIN_1   21

Core 1 Heartbeat Pin.

◆ I2C1_SCL_PIN

#define I2C1_SCL_PIN   27

I2C1 pins.

◆ I2C1_SDA_PIN

#define I2C1_SDA_PIN   26

◆ LSM9DS1_MCS_PIN

#define LSM9DS1_MCS_PIN   28

LSM9DS1 IMU Magnetometer Pin.

◆ LSM9DS1_XGCS_PIN

#define LSM9DS1_XGCS_PIN   3

LSM9DS1 IMU Accelerometer/Gyroscope Pin.

◆ ON_BOARD_LED_PIN

#define ON_BOARD_LED_PIN   25

Built-in LED Pin.

◆ OZONE_I2C_ADDR

#define OZONE_I2C_ADDR   0x73

Ozone I2C address.

◆ PACKET_SYSTEM_TESTING

#define PACKET_SYSTEM_TESTING   1

◆ QT_ENTRY_SIZE

#define QT_ENTRY_SIZE   500

◆ QT_MAX_SIZE

#define QT_MAX_SIZE   10

◆ SD_CS_PIN

#define SD_CS_PIN   13

SD Card SPI CS Pin.

◆ SD_SPI1

#define SD_SPI1   1

SD Card SPI Toggle.

◆ SERIAL1_RX_PIN

#define SERIAL1_RX_PIN   1

UART0 RX Pin.

◆ SERIAL1_TX_PIN

#define SERIAL1_TX_PIN   0

UART0 RX Pin.

◆ SERIAL2_RX_PIN

#define SERIAL2_RX_PIN   9

MTK3339 GPS CS Pin.

◆ SERIAL2_TX_PIN

#define SERIAL2_TX_PIN   8

◆ SPI1_MISO_PIN

#define SPI1_MISO_PIN   12

SPI1 MISO Pin.

◆ SPI1_MOSI_PIN

#define SPI1_MOSI_PIN   11

SPI1 MOSI Pin.

◆ SPI1_SCK_PIN

#define SPI1_SCK_PIN   10

SPI1 SCK Pin.

◆ STORING_PACKETS

#define STORING_PACKETS   1

Toggle sending packets vs C strings over transfer queue.

◆ STRATOSENSE_I2C

#define STRATOSENSE_I2C   Wire1

StratoSense board I2C Bus.

◆ TMP117_I2C_ADDR

#define TMP117_I2C_ADDR   0x48

Default I2C Address for TMP117.

◆ UV_I2C_ADDR

#define UV_I2C_ADDR   0x74

UV sensor I2C Addresses.

Variable Documentation

◆ SYNC_BYTES

const uint8_t SYNC_BYTES[] = {'A', 'S', 'U', '!'}