]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Revert "proto: Add missing prototype in proto.h"
[libsigrok.git] / libsigrok.h
index a22b6d18d6a0f37eb1817c5082bf1d942e8caa9c..17d7fc17d7a5249dff9d11c585ec95891bb596d9 100644 (file)
@@ -216,6 +216,10 @@ enum {
         * represented as the fraction of number of particles of the substance.
         */
        SR_UNIT_CONCENTRATION,
+       SR_UNIT_REVOLUTIONS_PER_MINUTE,
+       SR_UNIT_VOLT_AMPERE,
+       SR_UNIT_WATT,
+       SR_UNIT_WATT_HOUR,
 };
 
 /** Values for sr_datafeed_analog.flags. */
@@ -582,6 +586,9 @@ enum {
        /** The device can measure humidity. */
        SR_CONF_HYGROMETER,
 
+       /** The device can measure energy consumption. */
+       SR_CONF_ENERGYMETER,
+
        /*--- Driver scan options -------------------------------------------*/
 
        /**