HomeSort by relevance Sort by last modified time
    Searched refs:ECS1030 (Results 1 - 3 of 3) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/ecs1030/
ecs1030.cxx 31 #include "ecs1030.h"
35 ECS1030::ECS1030 (uint8_t pinNumber) {
45 ECS1030::~ECS1030 () {
54 ECS1030::getCurrency_A () {
74 ECS1030::getCurrency_B () {
90 ECS1030::getPower_A () {
95 ECS1030::getPower_B () {
ecs1030.h 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 Interestin
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ecs1030.cxx 29 #include "ecs1030.h"
32 upm::ECS1030 *sensor = NULL;
47 sensor = new upm::ECS1030(0);

Completed in 50 milliseconds