Is the document on Device Driver Blocks correct?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Shogo Muramatsu
le 2 Mar 2018
Réponse apportée : Akihiro Yasuda
le 25 Avr 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 commentaires
Réponse acceptée
Akihiro Yasuda
le 25 Avr 2018
I agree with your opinion. And, you can report those document bug to MathWorks Technical Support.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Raspberry Pi Hardware dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!