Select Git revision
PowerSensor.h
-
John Romein authoredJohn Romein authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
PowerSensor.h 206 B
#if !defined COMMON_POWER_SENSOR_H
#define COMMON_POWER_SENSOR_H
#include "Common/Config.h"
#if defined MEASURE_POWER
#include <PowerSensor.h>
extern PowerSensor::PowerSensor powerSensor;
#endif
#endif