Changes between Version 4 and Version 5 of Tutorial
- Timestamp:
- Aug 15, 2013, 10:39:58 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial
v4 v5 20 20 This 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. 21 21 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.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. 23 23 24 24 {{{