1
0
mirror of https://github.com/kidoman/embd synced 2024-06-16 07:39:52 +02:00

Add more fields to spi for rpi2

This commit is contained in:
Wu Jiang 2015-12-22 18:53:55 -05:00
parent 1b48067d77
commit 9f410121be

View File

@ -36,6 +36,9 @@ type spiIOCTransfer struct {
speedHz uint32 speedHz uint32
delayus uint16 delayus uint16
bitsPerWord uint8 bitsPerWord uint8
csChange uint8
pad uint32
} }
type spiBus struct { type spiBus struct {