6 lines
144 B
C
6 lines
144 B
C
#pragma once
|
|
|
|
static const uint8_t MCP_CS_PIN = 10;
|
|
static const unsigned long SERIAL_BAUD = 115200;
|
|
static const uint8_t MAX_TRACKED_IDS = 48;
|