mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-27 13:48:56 +08:00
switch off debug
This commit is contained in:
parent
ee7bc59a9c
commit
abbeeeb14c
@ -12,7 +12,7 @@ import (
|
|||||||
// please consider special handling for MCP23S17
|
// please consider special handling for MCP23S17
|
||||||
const mcp23017Address = 0x20
|
const mcp23017Address = 0x20
|
||||||
|
|
||||||
const mcp23017Debug = true // toggle debugging information
|
const mcp23017Debug = false // toggle debugging information
|
||||||
|
|
||||||
// port contains all the registers for the device.
|
// port contains all the registers for the device.
|
||||||
type port struct {
|
type port struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user