From ee1f021427f8966fb29e70eab1a3be4345af65b1 Mon Sep 17 00:00:00 2001 From: henryk Date: Tue, 13 Nov 2007 04:37:38 +0000 Subject: Get tc_cdiv working (presumably, need to check on the oscilloscope) Add adc code to read the field strength git-svn-id: https://svn.openpcd.org:2342/trunk@325 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/adc.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 openpicc/application/adc.h (limited to 'openpicc/application/adc.h') diff --git a/openpicc/application/adc.h b/openpicc/application/adc.h new file mode 100644 index 0000000..751055f --- /dev/null +++ b/openpicc/application/adc.h @@ -0,0 +1,7 @@ +#ifndef _ADC_H +#define _ADC_H + +extern int adc_get_field_strength(void); +extern void adc_init(void); + +#endif -- cgit v1.2.3