Home - Niten001/DaedalSmartShower GitHub Wiki
Welcome to the wiki for the Daedal Smart Shower software repository. This wiki contains the documentation for the code repository and reference to dependencies used to provide a complete reference, for future use.
Contents
Documentation
Dependencies
Format
Title: <Function-Name> function
<Brief Summary>
## Syntax
<return_type> FunctionName (
<parameter_type> parameterOne,
<parameter_type> parameterTwo
);
## Parameters
#### parameterOne
Type: <parameter_type>
<Brief Summary>
Value: <expected_values>
#### parameterTwo
Type: <parameter_type>
<Brief Summary>
Value: <expected_values>
## Return Value
Type: <return_type>
<Brief Summary>
## Remarks
<Comments on the function and its use>
## Requirements
- <List of dependencies>
- <Function used>