Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 6ba8d72

Browse files
committed
added MIC select pin
1 parent 6100ef1 commit 6ba8d72

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

variants/otto/otto.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,13 @@
182182
// USB POWER PIN
183183
#define USB_PWR D76
184184

185+
// MIC SEL
186+
#define MIC_SEL D77
187+
#define CODEC 0
188+
#define MCU 1
189+
185190
// LCD CONTROL
186-
#define LCD_BL D77
191+
#define LCD_BL D78
187192

188193

189194
enum {

0 commit comments

Comments
 (0)