/esw-gpio

Project base for general purpose input output exercises.

Primary LanguageMakefileMIT LicenseMIT

GPIO example

A software project base to demonstrate GPIO usage example.

  • Use GPIO to toggel LEDs on/off.
  • Use button and GPIO to generate software interrupts.

Platforms

The application has been tested and should work with the following platforms:

  • Thinnect TestSystemBoard tsb0

Build

  • Add project as submodule to the https://github.com/thinnect/node-apps.git project. Put it under 'node-apps/apps' directory.
  • Open terminal and navigate to 'node-apps/apps/esw-gpio' directory and type 'make tsb0' to build project.

Resources