Home | History | Annotate | Download | only in ecs1030

Lines Matching refs:ECS1030

45    * @brief ECS1030 Electricity Sensor library
46 * @defgroup ecs1030 libupm-ecs1030
51 * @library ecs1030
52 * @sensor ecs1030
53 * @comname ECS1030 Non-Invasive Current Sensor
59 * @brief API for the ECS1030 Non-Invasive Current/Electricity Sensor
68 * @image html ecs1030.jpg
69 * <br><em>ECS1030 Sensor image provided by SparkFun* under
73 * @snippet ecs1030.cxx Interesting
75 class ECS1030 {
82 * Instantiates an ECS1030 object
86 ECS1030 (uint8_t pinNumber);
89 * ECS1030 object destructor; basically, it closes the GPIO.
91 ~ECS1030 ();