You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devices/mcp23xxx
Marc-Antoine Ruel 402bbcc930 Migrate to devices/v3
Ran:
  git ls-files -z -- . | xargs -0 -L 1 sed -i 's#periph\.io/x/conn#periph.io/x/conn/v3#g'
  git ls-files -z -- . | xargs -0 -L 1 sed -i 's#periph\.io/x/host#periph.io/x/host/v3#g'
  git ls-files -z -- . | xargs -0 -L 1 sed -i 's#periph\.io/x/devices#periph.io/x/devices/v3#g'
  go test ./...
  go mod tidy
5 years ago
..
doc.go Migrate layout to the destination layout 5 years ago
example_test.go Migrate to devices/v3 5 years ago
mcp23xxx.go Migrate to devices/v3 5 years ago
mcp23017_test.go Migrate to devices/v3 5 years ago
pins.go Migrate to devices/v3 5 years ago
registers.go Migrate to devices/v3 5 years ago