SPI Device with cgo

This commit is contained in:
Friedl Ulrich 2015-02-05 21:40:17 +01:00
parent 8c72397bb4
commit aa9ac10511

View file

@ -71,7 +71,6 @@ int spi_xfer(int fd, char* tx, char* rx, int length) {
return 0;
}
*/
import "C"
import "unsafe"