Update hw_config for v0.985

master
Richard Meadows 2015-10-06 20:06:15 +01:00
rodzic 7e24523c85
commit a6eabc9099
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -73,6 +73,7 @@
#define GPS_TIMEPULSE_PINMUX PINMUX_PA05A_EIC_EXTINT5
#define GPS_TIMEPULSE_FREQ 1
#define GPS_TIMEPULSE_EXTINT 5
#define GPS_RESET_PIN PIN_PA15
/**
* USART Loopback Testing
@ -104,11 +105,20 @@
/**
* Battery ADC
*/
#define BATTERY_ADC 0
#define BATTERY_ADC_PIN PIN_PA02
#define BATTERY_ADC_PINMUX PINMUX_PA02B_ADC_AIN0
#define BATTERY_ADC_CHANNEL ADC_POSITIVE_INPUT_PIN0
#define BATTERY_ADC_CHANNEL_DIV 0.3125
/**
* External Thermistor ADC
*/
#define THERMISTOR_ADC 1
#define THERMISTOR_ADC_PIN PIN_PA03
#define THERMISTOR_ADC_PINMUX PINMUX_PA03
#define THERMISTOR_ADC_CHANNEL ADC_POSITIVE_INPUT_PIN1
/**
* Solar ADC
*/