concept error in category arduino

appears as: errors, n error, error, The error
Arduino in Action

This is an excerpt from Manning's book Arduino in Action.

Any code errors are reported in the bottom window. In figure 1.10 we’ve introduced an error by omitting a semicolon (;) at the end of one of the lines of code.

Figure 1.10. The code editor reports an error we’ve introduced into the code. The code checker indicates which line it thinks the error is on, as well as what it expected.

Details of the error are provided, as well as the line on which the error occurs. Hopefully the code checker can provide enough information to point you in the right direction if it doesn’t point out exactly what’s wrong. As you can see in figure 1.10, the code checker has correctly identified the missing ; and where the error occurred.

sitemap

Unable to load book!

The book could not be loaded.

(try again in a couple of minutes)

manning.com homepage
test yourself with a liveTest