send LF commands to TAG (locomread)

This commit is contained in:
adam@algroup.co.uk 2009-07-04 16:45:17 +00:00
commit 959baa89f7
5 changed files with 920 additions and 818 deletions

File diff suppressed because it is too large Load diff

View file

@ -12,8 +12,11 @@ void AppMain(void);
void DbpIntegers(int a, int b, int c);
void DbpString(char *str);
void SpinDelay(int ms);
void SpinDelayUs(int us);
void ToSendStuffBit(int b);
void ToSendReset(void);
void AcquireRawAdcSamples125k(BOOL at134khz);
void DoAcquisition125k(BOOL at134khz);
extern int ToSendMax;
extern BYTE ToSend[];
extern DWORD BigBuf[];