A brief introduction to the C programming language

You've been introduced to a simple programming language in Python. Now let's introduce a more complex but powerful language called C. C is the original language of Linux and has been around for many decades but is still widely used by open source developers. It is similar to Python, but it is also a bit different, and since you may need to both understand and make changes to C code, you may need to be familiar with it and how it is used.

As with Python, you will need to have access to the language capabilities. These come in the form of a compiler and build system, which turns your text files that contain programs to machine code that the processor can actually execute. To do this, type ...

Get BeagleBone Robotic Projects - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.