diff --git a/sevensegdisplay/sevensegdisplay.go b/sevensegdisplay/sevensegdisplay.go index 4887f37..3d2ac6a 100644 --- a/sevensegdisplay/sevensegdisplay.go +++ b/sevensegdisplay/sevensegdisplay.go @@ -22,8 +22,6 @@ import ( "github.com/stianeikeland/go-rpio/v4" ) -const () - // segcode contains the hexidecimal codes that will be left-shifted into the shift register. They // correspond to the 7-segment display numbers 0-F and the decimal point respectively. var segcode = []int{0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f, 0x77,