UWB-Tracking
Loading...
Searching...
No Matches
pin_config.h
Go to the documentation of this file.
1#pragma once
2
8/* Define the Reset Pin */
9#define PIN_RST 27
10
11/* Define the IRQ Pin for DWM3000 */
12#define PIN_IRQ 34
13
14/* Define the SPI Select Pin */
15#define PIN_SS 4
16
17/* Define the Buttons for User 1 and User 2 */
18#define USER_1_BTN 5
19#define USER_2_BTN 21
20
21/* Define the LEDs for User 1, User 2, and User 3 */
22#define USER_1_LED 22 // Carefull here, we needed to hardwire some pins on the PCB.
23#define USER_2_LED 17
24#define USER_3_LED 25