working on driver

This commit is contained in:
Bill Cox
2014-10-17 15:35:29 -04:00
parent d4b8fdae6f
commit b0f15bc5f7
8 changed files with 452 additions and 77 deletions

5
software/healthcheck.h Normal file
View File

@@ -0,0 +1,5 @@
bool inmHealthCheckStart(uint8_t N, double K);
void inmHealthCheckStop(void);
bool inmHealthCheckAddBit(bool bit);
double inmHealthCheckEstimateK(void);
double inmHealthCheckEstimateEntropyPerBit(void);