Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
main_app_var_configs.cpp
00001 #include "main_app_var_configs.h" 00002 00003 short int eth_status; 00004 00005 Timer sync_timer; 00006 00007 Timer led_sync_timer; 00008 00009 Timer test_ts_timer; 00010 00011 int ext; 00012 00013 int port; 00014 00015 uint8_t buffer[ CB_BUFFER_SIZE ]; 00016 00017 uint8_t write_buffer[ CB_BUFFER_SIZE ]; 00018 00019 uint8_t cb_rx_buffer[ CB_BUFFER_SIZE ]; 00020 00021 uint8_t * buffer_from_cb_ptr; 00022 00023 uint8_t * data; 00024 00025 volatile uint8_t type; 00026 00027 Vector * v_cb = NULL; 00028 00029 Vector * v_call = NULL; 00030 00031 Timeslice * ts = NULL; 00032 00033 uint8_t count; 00034 00035 uint8_t max_registered_cbx; 00036 00037 uint16_t pkg_wdt; 00038 00039 uint16_t eth_wdt; 00040 00041 Timer invite_retry_timer; 00042 00043 volatile u16_t lpc_low_level_input_counter; 00044 00045 Timer hello_sync; 00046 00047 uint8_t hello_times = 0;
Generated on Tue Jul 12 2022 16:25:06 by
