Ignore:
Timestamp:
07/22/10 12:02:25 (14 years ago)
Author:
dneise
Message:
FAD SPI SLCK can be controled via sclkon & sclkoff see help
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/FAD/simple_daq/simple_daq.h

    r256 r261  
    2525#define CMD_DWRITE_RUN 0x0800   // DWRITE possibly HIGH
    2626#define CMD_DWRITE_STOP 0x0900  // DWRITE always LOW
     27
     28#define CMD_SCLK_ON 0x1000 
     29#define CMD_SCLK_OFF 0x1100
     30
    2731#define CMD_Trigger_C 0xB000    // continous trigger
    2832#define CMD_Trigger_S 0x2000    // stop continous trigger
     
    5559void int_handler (int sig); // Handle signal SIGINT (CTRL-C)
    5660void exit_program (int exit_status); // Cleanup and exit
    57 SimpleDaqConfiguration *getConfig (char *path, int verbose = 0);
     61SimpleDaqConfiguration *getConfig (const char *path, int verbose = 0);
    5862
    5963#endif /*SOCKETCLIENT_H_*/
Note: See TracChangeset for help on using the changeset viewer.