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.
Dependents: oldheating gps motorhome heating
user.c
00001 #include <stdint.h> 00002 00003 uint16_t UserUdpPort1 = 0; 00004 uint16_t UserUdpPort2 = 0; 00005 int (*UserHandleReceivedUdpPacket)(uint16_t port, void (*traceback)(void), int dataLengthRx, char* pDataRx, int* pPataLengthTx, char* pDataTx) = 0; 00006 00007 00008 uint16_t UserUdpDstPort = 0; 00009 uint16_t UserUdpSrcPort = 0; 00010 uint32_t UserIp4; 00011 char UserMac[6]; 00012 00013 int (*UserPollForUdpPacketToSend)(int type, int* pDataLength, char* pData);
Generated on Tue Jul 12 2022 18:53:40 by
1.7.2