Add the skeleton of the Brother GCR decoder.

This commit is contained in:
David Given
2018-10-18 01:44:59 +02:00
parent 607bb141b3
commit 3dec0ac54d
6 changed files with 226 additions and 18 deletions

View File

@@ -34,6 +34,7 @@ enum
};
#define NS_PER_TICK ((double)1000000000 / (double)TICK_FREQUENCY)
#define US_PER_TICK ((double)1000000 / (double)TICK_FREQUENCY)
enum
{