pecanpico9/tracker/software/math/sgp4.c

9 wiersze
142 B
C

#include "ch.h"
#include "hal.h"
void sgp4_visible(char* tle1, char* tle2) {
(void)tle1;
(void)tle2;
// TODO: Implement TLE calculation
}