git.ucc.asn.au
/
matches
/
honours.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Automatic commit. Fri Aug 10 00:00:03 WST 2012
[matches/honours.git]
/
research
/
TCS
/
apparatus
/
source_code
/
setup.h
1
#ifndef _SETUP_H
\r
2
#define _SETUP_H
\r
3
\r
4
#include "main.h"
\r
5
\r
6
typedef struct
\r
7
{
\r
8
uint poll_delay;
\r
9
uint adc_averages;
\r
10
uint32 poll_timeout;
\r
11
uint32 elapsed_time;
\r
12
uint dac_value;
\r
13
float adc_values[8];
\r
14
float adc_variance[8];
\r
15
} SETUP;
\r
16
\r
17
extern SETUP setup;
\r
18
\r
19
#endif //_SETUP_H
\r
UCC
git Repository :: git.ucc.asn.au