src/def_hp34970_fp.h

changeset 65
d9c5eaf85fab
parent 64
897330ee6e9d
equal deleted inserted replaced
64:897330ee6e9d 65:d9c5eaf85fab
33 #define KP_C2 PC_0 33 #define KP_C2 PC_0
34 #define KP_C3 PB_4 34 #define KP_C3 PB_4
35 #define KP_C4 PB_0 35 #define KP_C4 PB_0
36 36
37 #if defined(HAVE_PC) 37 #if defined(HAVE_PC)
38
39 #include <USBSerial.h> 38 #include <USBSerial.h>
40 #if 1
41 USBSerial pc(false); // PA_11 USB_DM, PA_12 USB_DP (with 1.5k pull-up) 39 USBSerial pc(false); // PA_11 USB_DM, PA_12 USB_DP (with 1.5k pull-up)
42 #else
43 BufferedSerial pc(PC_10_ALT0, PC_11_ALT0, 115200); // UART_4
44 #endif 40 #endif
45 41
46 #endif 42 #endif
47
48 #endif

mercurial