Skip to content

Commit

Permalink
rewrote demodulator
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwimmenhove committed Sep 23, 2017
1 parent 0d2b7ea commit 2498dd5
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 127 deletions.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ gcc -O2 -c hex.c
gcc -O2 -c manchester.c
gcc -O2 -c protocol.c
gcc -O2 -c runningavg.c
gcc -O2 -c filter.c
gcc -O2 -o rpitxify rpitxify.c hex.o manchester.o
gcc -O2 -o demod demod.c runningavg.o hex.o protocol.o manchester.o -lpthread -lrtlsdr
gcc -O2 -o demod demod.c filter.o runningavg.o hex.o protocol.o manchester.o -lpthread -lrtlsdr
gcc -O2 -o rollthecode rollthecode.c hex.o protocol.o manchester.o

Loading

0 comments on commit 2498dd5

Please sign in to comment.