Skip to content

Commit

Permalink
Merge pull request #62 from viam-modules/randhid-patch-2
Browse files Browse the repository at this point in the history
Remove commented out code from main.go
  • Loading branch information
randhid authored Jan 3, 2025
2 parents 1a86d71 + 6b322d4 commit f6f75b0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ import (
rpiservo "raspberry-pi/rpi-servo"
)

// func init() {
// if isPi5 {

// pi5.RegisterPINCTRL()
// } else {
// // init registers a pi board based on pigpio.
// rpi.RegisterPIGPIO()
// }
// }

func main() {
module.ModularMain(
resource.APIModel{board.API, pi5.Model},
Expand Down

0 comments on commit f6f75b0

Please sign in to comment.