Files
tinyUSB/hw/bsp/da1469x/boards/da1469x_dk_pro/board.h
2024-07-17 19:28:59 +07:00

13 lines
178 B
C

#ifndef BOARD_H
#define BOARD_H
#define LED_PIN 33
#define LED_STATE_ON 1
#define BUTTON_PIN 6
#define BUTTON_STATE_ACTIVE 0
#define NEED_VBUS_MONITOR
#endif