16 lines
334 B
C
16 lines
334 B
C
|
// Embedded Framework Generated File:
|
||
|
// Date:22/07/2009
|
||
|
// Time:12:11:22 PM
|
||
|
//
|
||
|
|
||
|
#ifndef __INSTRUMENTS_H__
|
||
|
#define __INSTRUMENTS_H__
|
||
|
|
||
|
|
||
|
/* Identifiers for the output signals of Instrument CUSTOM_INSTRUMENT_1.
|
||
|
Use the instrument_get_value() function to read values from these signals. */
|
||
|
#define CUSTOM_INSTRUMENT_1_DELAY 0
|
||
|
|
||
|
|
||
|
#endif
|