GPIO Programming

The Ins and Outs of GPIO Programming

This webinar will introduce you to GPIO (General-Purpose Input/Output) programming on embedded systems.

We will:

  • Start with some background on what GPIO programming is
  • Look at some typical hardware that supports GPIO (Raspberry Pi and the Toradex Colibri)
  • Cover the basics of GPIO programming under Linux using the sysfs interface as well as some higher level libraries
  • Cover programming from Python, C, and C++ languages
  • Give code examples as references for learning more