Project

General

Profile

Revision 1462

moved dragonfly definitions to separate header file

View differences:

analog.c
36 36

  
37 37
#include <util/delay.h>
38 38
#include <avr/interrupt.h>
39

  
40

  
41
#include "dragonfly_defs.h"
42
#include "serial.h"
39 43
#include "analog.h"
40
#include "serial.h"
41 44
// Internal Function Prototypes
42 45
void set_adc_mux(int which);
43 46

  

Also available in: Unified diff