1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-26 13:48:49 +08:00

switch off debug

This commit is contained in:
Thomas Kohler 2022-03-20 13:55:06 +01:00 committed by Ron Evans
parent ee7bc59a9c
commit abbeeeb14c

View File

@ -12,7 +12,7 @@ import (
// please consider special handling for MCP23S17
const mcp23017Address = 0x20
const mcp23017Debug = true // toggle debugging information
const mcp23017Debug = false // toggle debugging information
// port contains all the registers for the device.
type port struct {