Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

global.h

Go to the documentation of this file.
00001 /*This file has been prepared for Doxygen automatic documentation generation.*/ 00021 #ifndef GLOBAL_H 00022 #define GLOBAL_H 00023 00024 #define TRUE 1 00025 #define FALSE 0 00026 00029 struct GLOBAL_FLAGS { 00031 unsigned char running:1; 00033 unsigned char cmd:1; 00035 unsigned char dummy:6; 00036 }; 00037 00038 #endif

Generated on Mon May 8 15:05:03 2006 for AVR446 - Linear speed control of stepper motor by doxygen 1.3.7