Update cubesatsim.h

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent 37e232fe7f
commit 18a010d2d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,6 +113,12 @@ void read_sensors();
void get_tlm_ao7();
void print_string(char *string);
void start_payload();
void led_set(int ledPin, bool state);
void blink(int length);
void blink_setup();
short eeprom_word_read(int addr)
void eeprom_word_write(int addr, int val)
extern int Encode_8b10b[][256];

Loading…
Cancel
Save

Powered by TurnKey Linux.