You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/telem/README.md

143 B

To compile:

gcc -pedantic -Wall -Wextra -c readall.c gcc -o readall -pedantic -Wall -Wextra -L./ readall.o -lwiringPi

Then to run:

./readll

Powered by TurnKey Linux.