mirror of
https://github.com/kidoman/embd
synced 2025-07-03 03:47:33 +02:00
Support SPI minor devices >255 (PR #33)
This commit is contained in:
parent
56cb934dbf
commit
6cfa481f30
6 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/kidoman/embd/host/generic"
|
||||
)
|
||||
|
||||
var spiDeviceMinor = byte(0)
|
||||
var spiDeviceMinor = 32766
|
||||
|
||||
var chipPins = embd.PinMap{
|
||||
// official GPIO pins (U14 connector) using the pcf8574a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue