|
|
|
@ -116,10 +116,9 @@ void start_payload();
|
|
|
|
void led_set(int ledPin, bool state);
|
|
|
|
void led_set(int ledPin, bool state);
|
|
|
|
void blink(int length);
|
|
|
|
void blink(int length);
|
|
|
|
void blink_setup();
|
|
|
|
void blink_setup();
|
|
|
|
short eeprom_word_read(int addr)
|
|
|
|
short eeprom_word_read(int addr);
|
|
|
|
void eeprom_word_write(int addr, int val)
|
|
|
|
void eeprom_word_write(int addr, int val);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extern int Encode_8b10b[][256];
|
|
|
|
extern int Encode_8b10b[][256];
|
|
|
|
|
|
|
|
|
|
|
|
int socket_open = 0;
|
|
|
|
int socket_open = 0;
|
|
|
|
|