Cargando…

Exploring the Raspberry Pi 2 with C++ /

This book takes you on a tour of the Pi 2 hardware and all of the fantastic things that you can do to create innovative and useful projects with your Pi. Start with creating a workstation that does actual work, and move into installing a custom kernel, creating a clock, learning the ins and outs of...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gay, Warren (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress, [2015]
Colección:Technology in action series.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Chapter 1: Introduction to Pi 2
  • Chapter 2: Workstation
  • Chapter 3: The Matrix
  • Chapter 4: Installing a Kernel
  • Chapter 5: GPIO gp Command
  • Chapter 6: General Purpose Clock
  • Chapter 7: Pulse Width Modulation
  • Chapter 8: Physics of the GPIO Interface
  • Chapter 9: PiSpy
  • Chapter 10: Debouncing
  • Chapter 11: Fast Track to C++
  • Chapter 12: Multi-core Webserver
  • Appendix A: GPIO Class, Part I
  • Appendix B: GPIO Class, Part II
  • Appendix C: GPIO Class, Part III
  • Appendix D: MAX7219 Class
  • Appendix E: Matrix Class
  • Appendix F: MTop and Diskstat
  • Appendix G: The Rest.