openi2c
Version:
This library is a set of cross platform drivers for common I2C devices.
11 lines (10 loc) • 394 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.debug = void 0;
const debug_1 = __importDefault(require("debug"));
const log = (0, debug_1.default)('openi2c');
exports.debug = log;
log.log = console.log.bind(console);