prust_test 0.1.2

A crate that utilizes prust_core and provides a cli to send/receive the PUS-C tm/tc packets defined on it.
1
2
3
4
5
use utils::list_ports;

fn main() {
    list_ports();
}