Skip to content
Snippets Groups Projects
Commit 6122650b authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Clean up header files.

parent 8ce8bd76
Branches
Tags
No related merge requests found
......@@ -5,7 +5,11 @@
* Author: mdryden
*/
#include "main.h"
#include "experiment.h"
#include "asf.h"
#include <string.h>
#include <math.h>
#include <stdint.h>
//Internal global variables
int16_t p1, p2, p3, p4;
......
/*
* main.h
*
* Created: 06/04/2012 1:19:58 AM
* Author: mdryden
*/
#ifndef MAIN_H
#define MAIN_H
#include "asf.h"
#include <string.h>
#include <math.h>
#include <stdint.h>
//#include "ads1255.h"
//#include "max5443.h"
#include "experiment.h"
#define ADS_F_2_5 0
#define ADS_F_5 1
#define ADS_F_10 2
#define ADS_F_15 3
#define ADS_F_25 4
#define ADS_F_30 5
#define ADS_F_50 6
#define ADS_F_60 7
#define ADS_F_100 8
#define ADS_F_500 9
#define ADS_F_1000 10
#define ADS_F_2000 11
#define ADS_F_3750 12
#define ADS_F_7500 13
#define ADS_F_15000 14
#define ADS_F_30000 15
#endif
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment