|
MODBUS laajempi esimerkki
|
Utilities. More...
#include "kosteus.h"
Functions | |
| void | Fatal_error (unsigned char error_code) |
| On fatal error executin comes here and watch dog will handle the reset. More... | |
| void | wait (uint16_t time) |
| Basic wait. More... | |
| unsigned char | get_sw_revision (unsigned char rev_text) |
| For acquiring the software revision. More... | |
Utilities.
| void Fatal_error | ( | unsigned char | error_code | ) |
On fatal error executin comes here and watch dog will handle the reset.
| error_code | Error code for error definition. |

| unsigned char get_sw_revision | ( | unsigned char | rev_text | ) |
For acquiring the software revision.
| rev_text |
| void wait | ( | uint16_t | time | ) |
Basic wait.
| time | Time to wait in milliseconds. |