mirror of
https://github.com/m5stack/M5Unit-METER.git
synced 2026-05-20 11:27:46 -07:00
18 lines
588 B
Arduino
18 lines
588 B
Arduino
/*
|
|
* SPDX-FileCopyrightText: 2025 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/*
|
|
Example using M5UnitUnified for UnitINA226
|
|
*/
|
|
// *************************************************************
|
|
// Choose one define symbol to match the unit you are using
|
|
// *************************************************************
|
|
#if !defined(USING_UNIT_INA226_1A) && !defined(USING_UNIT_INA226_10A) && !defined(BUILTIN_UNIT_INA226_10A)
|
|
// #define USING_UNIT_INA226_1A
|
|
// #define USING_UNIT_INA226_10A
|
|
// #define BUILTIN_UNIT_INA226_10A
|
|
#endif
|
|
#include "main/PlotToSerial.cpp"
|