Add comment on pin layout for HAT
parent
f56c4c4aaa
commit
8e7844c2e0
|
|
@ -19,6 +19,7 @@ use linux_embedded_hal::{
|
||||||
Delay, Pin, Spidev,
|
Delay, Pin, Spidev,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// The pins in this example are for the Universal e-Paper Raw Panel Driver HAT
|
||||||
// activate spi, gpio in raspi-config
|
// activate spi, gpio in raspi-config
|
||||||
// needs to be run with sudo because of some sysfs_gpio permission problems and follow-up timing problems
|
// needs to be run with sudo because of some sysfs_gpio permission problems and follow-up timing problems
|
||||||
// see https://github.com/rust-embedded/rust-sysfs-gpio/issues/5 and follow-up issues
|
// see https://github.com/rust-embedded/rust-sysfs-gpio/issues/5 and follow-up issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue