#include <global.h>
Definition at line 29 of file global.h.
Data Fields | |
unsigned char | cmd:1 |
True when uart has received a string (ended with '/r'). | |
unsigned char | dummy:6 |
Dummy bits to fill up a byte. | |
unsigned char | running:1 |
True when stepper motor is running. |
|
True when uart has received a string (ended with '/r').
Definition at line 33 of file global.h. Referenced by main(), and UART_RX_interrupt(). |
|
Dummy bits to fill up a byte.
|
|
True when stepper motor is running.
Definition at line 31 of file global.h. Referenced by main(), speed_cntr_Move(), speed_cntr_TIMER1_COMPA_interrupt(), and UART_RX_interrupt(). |