Changes between Version 4 and Version 5 of Tutorial


Ignore:
Timestamp:
Aug 15, 2013, 10:39:58 AM (11 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial

    v4 v5  
    2020This is the central feature of '''pKNyX''', allowing user to create virtual devices which mimics real KNX devices. The Device itself is implemented as a process.
    2121
    22 Here is a very simple example which implements a timer. This timer can monitor the state of a light, and switch it off automatically after a delay. The code is taken from the {{{examples/3_timer}}} directory of ''pKNyX''' sources.
     22Here is a very simple example which implements a timer. This timer can monitor the state of a light, and switch it off automatically after a delay. The code is taken from the '''{{{examples/3_timer}}}''' directory of '''pKNyX''' sources.
    2323
    2424{{{