1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

moved atusb/fw3/ to atusb/fw/

This commit is contained in:
Werner Almesberger
2011-02-22 00:24:07 -03:00
parent 2642b9e1c3
commit 78cfc8ffeb
17 changed files with 0 additions and 0 deletions

12
atusb/fw/an/plot Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
#
# Plot output of "dec"
#
gnuplot -persist <<EOF
set style data lines
plot "_wv" using 1:(\$2-4), \
"_dig" using 1:(\$2*3.3-4) lw 2, \
"_wv" using 1:3, \
"_dig" using 1:(\$3*3.3) lw 2, \
"_clk" using 1:(\$2+1) lt 7
EOF