add ST to ask/manchester sim, finish presco...

...as it is currently understood - need to add base 12 printed ID to
demod output...
add Q5 option to pyramid
fix missing include I mistakenly removed in cmdlf
This commit is contained in:
marshmellow42 2016-03-07 01:01:40 -05:00
parent e3c992a92f
commit 29ada8fc08
7 changed files with 206 additions and 154 deletions

View file

@ -14,7 +14,7 @@
#include <string.h>
#include <ctype.h>
#include <time.h>
#include "data.h" //for FILE_PATH_SIZE
#include "data.h" //for FILE_PATH_SIZE
#ifndef ROTR
# define ROTR(x,n) (((uintmax_t)(x) >> (n)) | ((uintmax_t)(x) << ((sizeof(x) * 8) - (n))))