|
MODBUS laajempi esimerkki
|
Header file for eeprom.c. More...

Go to the source code of this file.
Functions | |
| void | reset_error_counter (unsigned int counter) |
| Resets the specified error counter. More... | |
| void | add_error_counter (unsigned int counter) |
| Increases the specified error counter by 1. More... | |
| int | read_error_counter (unsigned int counter) |
| Reads the specified error counter. More... | |
Header file for eeprom.c.
Date
Versions:
Revision 1.1 2009/08/06 07:25:23 juma Ohjelma jaettu hallittavimpiin kokonaisuuksiin
| void add_error_counter | ( | unsigned int | counter | ) |
Increases the specified error counter by 1.
| counter | Counter EEPROM address. |


| int read_error_counter | ( | unsigned int | counter | ) |
Reads the specified error counter.
| counter | Counter EEPROM address. |


| void reset_error_counter | ( | unsigned int | counter | ) |
Resets the specified error counter.
| counter | Counter EEPROM address. |

