MODBUS laajempi esimerkki
|
Functions for writing and reading EEPROM. More...
#include "kosteus.h"
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... | |
Functions for writing and reading EEPROM.
Versions:
Original: Date 8.5.2009
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. |