Subversion Repositories Code-Repo

Rev

Rev 123 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 123 Rev 127
Line 1... Line 1...
1
#include "maindefs.h"
1
#include "maindefs.h"
-
 
2
#include "interrupts.h"
2
#include "uart.h"
3
#include "uart.h"
3
#include "i2c.h"
4
#include "i2c.h"
4
#include "spi.h"
5
#include "spi.h"
5
#include "adc.h"
6
#include "adc.h"
6
#include "interrupts.h"
-
 
7
 
7
 
8
//----------------------------------------------------------------------------
8
//----------------------------------------------------------------------------
9
// Note: This code for processing interrupts is configured to allow for high and
9
// Note: This code for processing interrupts is configured to allow for high and
10
//       low priority interrupts.  The high priority interrupt can interrupt the
10
//       low priority interrupts.  The high priority interrupt can interrupt the
11
//       the processing of a low priority interrupt.  However, only one of each type
11
//       the processing of a low priority interrupt.  However, only one of each type