Skip to content

Commit

Permalink
minor code hygiene
Browse files Browse the repository at this point in the history
  • Loading branch information
youngkin committed Nov 18, 2021
1 parent 4b509d2 commit b4f4f44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sevensegdisplay/sevensegdisplay.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b4f4f44

Please sign in to comment.