altos/nucleo-32: Update lisp files, add beeper support
[fw/altos] / src / nucleao-32 / ao_pins.h
index e631db7bd5c763401490e6d6640514725bf9dc28..cee4616f08ceabd872beace2dcbd7782f8ae8665 100644 (file)
 #define HAS_USB                                1
 #define AO_USB_DIRECTIO                        0
 #define AO_PA11_PA12_RMP               0
-#define HAS_BEEP                       0
+#define HAS_BEEP                       1
+
+#define BEEPER_TIMER                   2
+#define BEEPER_CHANNEL                 4
+#define BEEPER_PORT                    (&stm_gpioa)
+#define BEEPER_PIN                     3
 
 #define IS_FLASH_LOADER        0