ASURO Library  2.80
globals.c
gehe zur Dokumentation dieser Datei
1 /****************************************************************************/
28 /*****************************************************************************
29 * *
30 * This program is free software; you can redistribute it and/or modify *
31 * it under the terms of the GNU General Public License as published by *
32 * the Free Software Foundation; either version 2 of the License, or *
33 * any later version. *
34 * *
35 *****************************************************************************/
36 
37 #include "asuro.h"
38 
39 /****************************************************************************/
50 volatile int switched;
51 
52 
53 
54 /****************************************************************************/
65 volatile int encoder [2];
66 
67 
68 
69 /****************************************************************************/
78 volatile unsigned char count36kHz;
79 
80 
81 
82 /****************************************************************************/
91 volatile unsigned long timebase;
92 
93 
94 
95 /****************************************************************************/
104 volatile int autoencode;
105 
106 /****************************************************************************/
116 
117 /****************************************************************************/
127