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 at Wed Jul 25 15:50:05 WST 2012
[matches/honours.git]
/
research
/
TCS
/
apparatus
/
source_code
/
adc.h
1
#define TEMPERATURE_SENSOR 0
\r
2
\r
3
#define CELSIUS 3
\r
4
#define FAHRENHEIT 4
\r
5
\r
6
//#define Vref 2.85
\r
7
\r
8
#include "main.h"
\r
9
\r
10
void ADC_init(void );
\r
11
float ADC_read(uint8);
\r
12
void ADC_periphery(void);
\r
13
\r
14
void ADC_readAll(int * store);
\r
15
\r
16
// Temperature sensor function
\r
17
char TemperatureFunc(char);
\r
UCC
git Repository :: git.ucc.asn.au