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

10 lines
145 B

To compile:
gcc -pedantic -Wall -Wextra -c readall.c
gcc -o readall -pedantic -Wall -Wextra -L./ readall.o -lwiringPi
Then to run:
./readall

Powered by TurnKey Linux.