1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 03:47:33 +02:00

spi: added spi feature for all bbb and rpi

This commit is contained in:
Kunal Powar 2014-04-28 01:18:14 +05:30
parent fdd1d6b5c3
commit 12db8443b0
7 changed files with 399 additions and 0 deletions

View file

@ -14,6 +14,7 @@ type Descriptor struct {
GPIODriver func() GPIODriver
I2CDriver func() I2CDriver
LEDDriver func() LEDDriver
SPIDriver func() SPIDriver
}
// The Describer type is a Descriptor provider.