std.h File Reference

Go to the source code of this file.

Defines

#define byte   BYTE
 a BYTE is a byte - now it is a byte even when #CASE is used.
#define FALSE   (!TRUE)
 SmartITs standard definition of the boolean value false.
#define NL   \n
 Newline when used with standard rs232.
#define PIC_RX_PIN   PIN_C7
 SmartITs standard pin for reading from the serial line.
#define PIC_TX_PIN   PIN_C6
 SmartITs standard pin for writing to the serial line.
#define STDOUT_SPEED   38400
 SmartITs standard STDOUT speed setting for reading/writing from/to the serial line.
#define STDSTREAM_SPEED   38400
 SmartITs standard speed setting for reading/writing from/to the serial line.
#define TRUE   1
 SmartITs standard definition of the boolean value true.

Enumerations

enum  ADC_CHANNELS {
  ADC_CHANNEL_0 = 0, ADC_CHANNEL_1 = 1, ADC_CHANNEL_2 = 2, ADC_CHANNEL_3 = 3,
  ADC_CHANNEL_4 = 4, ADC_CHANNEL_5 = 5, ADC_CHANNEL_6 = 6, ADC_CHANNEL_7 = 7
}
 Variables for ADC channel access - const or variables do not work during set_adc_channel(var|const). More...


Define Documentation

#define byte   BYTE
 

a BYTE is a byte - now it is a byte even when #CASE is used.

Definition at line 33 of file std.h.

#define FALSE   (!TRUE)
 

SmartITs standard definition of the boolean value false.

Definition at line 62 of file std.h.

#define NL   \n
 

Newline when used with standard rs232.

Definition at line 67 of file std.h.

#define PIC_RX_PIN   PIN_C7
 

SmartITs standard pin for reading from the serial line.

Definition at line 37 of file std.h.

#define PIC_TX_PIN   PIN_C6
 

SmartITs standard pin for writing to the serial line.

Definition at line 42 of file std.h.

#define STDOUT_SPEED   38400
 

SmartITs standard STDOUT speed setting for reading/writing from/to the serial line.

Definition at line 52 of file std.h.

#define STDSTREAM_SPEED   38400
 

SmartITs standard speed setting for reading/writing from/to the serial line.

Definition at line 47 of file std.h.

#define TRUE   1
 

SmartITs standard definition of the boolean value true.

Definition at line 57 of file std.h.


Enumeration Type Documentation

enum ADC_CHANNELS
 

Variables for ADC channel access - const or variables do not work during set_adc_channel(var|const).

Enumeration values:
ADC_CHANNEL_0 
ADC_CHANNEL_1 
ADC_CHANNEL_2 
ADC_CHANNEL_3 
ADC_CHANNEL_4 
ADC_CHANNEL_5 
ADC_CHANNEL_6 
ADC_CHANNEL_7 

Definition at line 73 of file std.h.

00074 {
00075   ADC_CHANNEL_0 = 0,
00076   ADC_CHANNEL_1 = 1,
00077   ADC_CHANNEL_2 = 2,
00078   ADC_CHANNEL_3 = 3, 
00079   ADC_CHANNEL_4 = 4,
00080   ADC_CHANNEL_5 = 5,
00081   ADC_CHANNEL_6 = 6,
00082   ADC_CHANNEL_7 = 7
00083 };


Generated on Tue Nov 30 09:16:49 2004 for Smart-Its Headers by  doxygen 1.3.9.1