ADC-TEST

Dependencies:   mbed-stm32l0/l1-src

Revision:
0:8e51fe87bd77
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/adc.h	Fri Apr 15 02:31:47 2016 +0000
@@ -0,0 +1,7 @@
+#ifndef __LORA_ADC_H__
+#define __LORA_ADC_H__
+
+
+float analogvalue();
+
+#endif