kopia lustrzana https://github.com/bristol-seds/pico-tracker
UBSEDS5 launch
rodzic
06b5a2ad56
commit
aae812dac3
|
@ -121,7 +121,7 @@
|
||||||
/**
|
/**
|
||||||
* XOSC
|
* XOSC
|
||||||
*/
|
*/
|
||||||
//define USE_XOSC
|
#define USE_XOSC
|
||||||
#define XOSC_FREQUENCY 16369000
|
#define XOSC_FREQUENCY 16369000
|
||||||
#define XOSC_GCLK1_DIVIDE 4
|
#define XOSC_GCLK1_DIVIDE 4
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
#include "spi_bitbang.h"
|
#include "spi_bitbang.h"
|
||||||
#include "system/interrupt.h"
|
#include "system/interrupt.h"
|
||||||
|
|
||||||
#define CALLSIGN "UBSEDSx"
|
#define CALLSIGN "UBSEDS5"
|
||||||
|
|
||||||
void xosc_measure_callback(uint32_t result);
|
void xosc_measure_callback(uint32_t result);
|
||||||
void timepulse_callback(uint32_t sequence);
|
void timepulse_callback(uint32_t sequence);
|
||||||
|
@ -333,7 +333,7 @@ void xosc_measure_callback(uint32_t result)
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t telemetry_interval_count = TELEMETRY_INTERVAL;
|
uint32_t telemetry_interval_count = TELEMETRY_INTERVAL;
|
||||||
uint32_t aprs_interval_count = 0;
|
uint32_t aprs_interval_count = APRS_INTERVAL;
|
||||||
uint8_t telemetry_trigger_flag = 0;
|
uint8_t telemetry_trigger_flag = 0;
|
||||||
uint8_t aprs_trigger_flag = 0;
|
uint8_t aprs_trigger_flag = 0;
|
||||||
|
|
||||||
|
@ -396,7 +396,7 @@ int main(void)
|
||||||
|
|
||||||
/* Maybe aprs? */
|
/* Maybe aprs? */
|
||||||
if (aprs_trigger_flag) {
|
if (aprs_trigger_flag) {
|
||||||
aprs_telemetry();
|
// aprs_telemetry();
|
||||||
}
|
}
|
||||||
aprs_trigger_flag = 0;
|
aprs_trigger_flag = 0;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue