# uC/OS-III Software Timer

## Overview

The example shows uC/OS-III software timer.

## Board Setting

No special settings are required

## Running the example

When the example runs successfully, following message is displayed in the terminal:
```console
tmr1 create float task
float run 0 times
float : 0.020000
float : 0.020000
float : 0.020000
float : 0.020000
float : 0.020000
float run 1 times
float : 0.030000
float : 0.030000
float : 0.030000
float : 0.030000
float : 0.030000
float run 2 times
float : 0.040000
float : 0.040000
float : 0.040000
float : 0.040000
float : 0.040000
```
