GPIB_AVR
|
#include "defs.h"
Go to the source code of this file.
Defines | |
#define | DEBOUNCE 256L |
number of calls per second for timer ISR | |
Functions | |
void | timer16_init (void) |
Timer initialisation. | |
Variables | |
volatile uchar | s |
second value, increased by one every second |
#define DEBOUNCE 256L |
number of calls per second for timer ISR
Referenced by ISR(), and timer16_init().
void timer16_init | ( | void | ) |
second value, increased by one every second
Referenced by _gpib_write(), gpib_receive(), ISR(), main(), and timer16_init().