Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 953 Bytes

File metadata and controls

21 lines (18 loc) · 953 Bytes

Timer example

A software project base to demonstrate Timer peripheral usage.

  • Use Timer to sound the buzzer and create different tones.

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-timer-pwm' directory and type 'make tsb0' to build project.

Resources