Is the document on Device Driver Blocks correct?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Shogo Muramatsu
el 2 de Mzo. de 2018
Respondida: Akihiro Yasuda
el 25 de Abr. de 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 comentarios
Respuesta aceptada
Akihiro Yasuda
el 25 de Abr. de 2018
I agree with your opinion. And, you can report those document bug to MathWorks Technical Support.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Raspberry Pi Hardware en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!