RISC-V/V003/ch32v003/config.h

11 lines
145 B
C
Raw Normal View History

2024-03-07 12:23:44 +01:00
#ifndef CONFIG_H
#define CONFIG_H
#define LED_CFG GPIOD,2
#define REL_CFG GPIOD,4
#define SW__ON false
#define SW_OFF true
#endif // CONFIG_H