A collection of Analog Devices drivers for the mbed platform

For additional information check out the mbed page of the Analog Devices wiki: https://wiki.analog.com/resources/tools-software/mbed-drivers-all

Files at this revision

API Documentation at this revision

Comitter:
Adrian Suciu
Date:
Wed Apr 20 16:26:47 2016 +0300
Parent:
5:9221918730aa
Child:
7:b62398a1d17a
Commit message:
Removed unimplemented methods

Changed in this revision

libraries/cn0357/cn0357.h Show annotated file Show diff for this revision Revisions of this file
--- a/libraries/cn0357/cn0357.h	Wed Apr 20 11:31:07 2016 +0300
+++ b/libraries/cn0357/cn0357.h	Wed Apr 20 16:26:47 2016 +0300
@@ -84,9 +84,6 @@
     float calc_ppm(float adcVoltage);
     float read_ppm(void);
 
-    void set_vref(float vref);
-    float get_vref(void);
-
     void  set_RDAC_value(float resistor_val);
     float get_RDAC_value(void);
     float set_sensor_parameters(float range, float sensitivity);