altos: Fix pretend pad range for TeleLCO
[fw/altos] / src / telelco-v3.0 / ao_pins.h
index a68793cda10ea953d85f96a58e7682c791cd38d4..8ff1c7bead53cc9bacfd1f44cb6ac1b83cc58a30 100644 (file)
 #define HAS_AES                        1
 #define HAS_STATIC_TEST                0
 
+#define HAS_USB_PULLUP         1
+#define AO_USB_PULLUP_PORT     (&stm_gpioa)
+#define AO_USB_PULLUP_PIN      10
+
 #define HAS_SPI_1              1       /* NHD-C12864LZ LCD Module */
 #define SPI_1_PA5_PA6_PA7      1
+#define SPI_1_PA6_DISABLE      1
 #define SPI_1_MODE_OUTPUT      STM_GPIO_CR_MODE_OUTPUT_10MHZ
 #define SPI_1_PB3_PB4_PB5      0
 #define SPI_1_PE13_PE14_PE15   0
@@ -89,6 +94,7 @@
 #define PACKET_HAS_SLAVE       0
 #define PACKET_HAS_MASTER      0
 
+#define AO_FAST_TIMER          2
 #define FAST_TIMER_FREQ                10000   /* .1ms for debouncing */
 
 /* LCD module */
 #define LED_2_PORT             (&stm_gpioc)
 #define LED_2_PIN              9
 
-#define AO_LED_BOX             AO_LED_3        /* PA10 */
+#define AO_LED_BOX             AO_LED_3        /* PA9 */
 #define LED_3_PORT             (&stm_gpioa)
-#define LED_3_PIN              10
+#define LED_3_PIN              9
 
 #define AO_LED_PAD             AO_LED_4        /* PA15 */
 #define LED_4_PORT             (&stm_gpioa)
@@ -266,7 +272,7 @@ struct ao_adc {
 #define HAS_ADC_TEMP           0
 #define HAS_BATTERY_REPORT     1
 
-#define AO_ADC_V_BATT          0
+#define AO_ADC_V_BATT          2
 #define AO_ADC_V_BATT_PORT     (&stm_gpioa)
 #define AO_ADC_V_BATT_PIN      2