Difference between revisions of "NU32 Book Errata"

From Mech
Jump to navigationJump to search
Line 1: Line 1:
Below are errata for the book "Embedded Computing and Mechatronics with the PIC32 Microcontroller," Kevin M. Lynch, Nicholas Marchuk, and Matthew L. Elwin, Newnes/Elsevier 2015. For succinctness, typos are other minor errors that cannot lead to confusion are not reported here.
Below are errata for the book "Embedded Computing and Mechatronics with the PIC32 Microcontroller," Kevin M. Lynch, Nicholas Marchuk, and Matthew L. Elwin, Newnes/Elsevier 2015. For succinctness, typos are other minor errors that cannot lead to confusion are not reported here.



'''Throughout the book'''


* Due to fonts chosen during typesetting, sometimes two consecutive underscores _ _ appear as a single long line, and sometimes two consecutive minus signs -- appear as a single long line. For example, code listings using the _ _ ISR macro appear to have a single long line before the ISR.
* Due to fonts chosen during typesetting, sometimes two consecutive underscores _ _ appear as a single long line, and sometimes two consecutive minus signs -- appear as a single long line. For example, code listings using the _ _ ISR macro appear to have a single long line before the ISR.

Revision as of 12:41, 18 January 2016

Below are errata for the book "Embedded Computing and Mechatronics with the PIC32 Microcontroller," Kevin M. Lynch, Nicholas Marchuk, and Matthew L. Elwin, Newnes/Elsevier 2015. For succinctness, typos are other minor errors that cannot lead to confusion are not reported here.


Throughout the book

  • Due to fonts chosen during typesetting, sometimes two consecutive underscores _ _ appear as a single long line, and sometimes two consecutive minus signs -- appear as a single long line. For example, code listings using the _ _ ISR macro appear to have a single long line before the ISR.

Appendix A: A Crash Course in C

  • page 523: unit8_t should be uint8_t