Is the document on Device Driver Blocks correct?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Shogo Muramatsu
il 2 Mar 2018
Risposto: Akihiro Yasuda
il 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 Commenti
Risposta accettata
Akihiro Yasuda
il 25 Apr 2018
I agree with your opinion. And, you can report those document bug to MathWorks Technical Support.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Raspberry Pi Hardware in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!