Is the document on Device Driver Blocks correct?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shogo Muramatsu
am 2 Mär. 2018
Beantwortet: Akihiro Yasuda
am 25 Apr. 2018
static int initialized = false;
before the following comment.
// Perform one-time wiringPi initialization
As well,in the third step of the document on " Specify the Initialization, Output, and Termination Behavior " may lose the line
buildInfo.addLinkFlags({'-lwiringPi'});
after the line
addSourceFiles(buildInfo,'digitalio_raspi.c', srcDir);
in the updateBuildInfo function.
0 Kommentare
Akzeptierte Antwort
Akihiro Yasuda
am 25 Apr. 2018
I agree with your opinion. And, you can report those document bug to MathWorks Technical Support.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Raspberry Pi Hardware finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!