altosui: Add config and pyro tabs to graph widget
[fw/altos] / src / snekboard / ao_pins.h
index 4f3cba808c5d7ccdd6e660bb28dd0e7b5f119068..80b2cb778e8f77bbd97285ec5f8c1173d8a21ca4 100644 (file)
@@ -29,6 +29,7 @@
 #define HAS_BEEP       0
 
 #define HAS_USB                1
+#define USE_USB_STDIO  1
 
 #define HAS_LED                1
 
@@ -40,4 +41,7 @@
 #define AO_AHB_PRESCALER       1
 #define AO_APBA_PRESCALER      1
 
+#define HAS_SPI_0              1
+#define SPI_0_PA08_PA09_PA10   1
+
 #endif /* _AO_PINS_H_ */