1 parent 6906255 commit 811ddccCopy full SHA for 811ddcc
1 file changed
ports/stm32/led.h
@@ -27,21 +27,10 @@
27
#define MICROPY_INCLUDED_STMHAL_LED_H
28
29
typedef enum {
30
- // PYBv3
31
- PYB_LED_R1 = 1,
32
- PYB_LED_R2 = 2,
33
- PYB_LED_G1 = 3,
34
- PYB_LED_G2 = 4,
35
- // PYBv4
36
PYB_LED_RED = 1,
37
PYB_LED_GREEN = 2,
38
PYB_LED_YELLOW = 3,
39
PYB_LED_BLUE = 4,
40
- //STM32F4DISC
41
- PYB_LED_R = 1,
42
- PYB_LED_G = 2,
43
- PYB_LED_B = 3,
44
- PYB_LED_O = 4,
45
} pyb_led_t;
46
47
void led_init(void);
0 commit comments