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.
uart2.h
00001 00002 #define SEND2_DATA_NUM 7 00003 #define RECEIVE2_DATA_NUM 7 00004 00005 #define KEYCODE3 54 00006 #define CHECKCODE3 (SendData2[DATA31] ^ SendData2[DATA32] ^ SendData2[DATA33] ^ SendData2[DATA34] ^ SendData2[DATA35]) 00007 #define KEYCODE4 22 00008 #define CHECKCODE4 (RecData2[DATA41] ^ RecData2[DATA42] ^ RecData2[DATA43] ^ RecData2[DATA44] ^ RecData2[DATA45]) 00009 00010 00011 enum{ 00012 KEY3 = 0, 00013 DATA31, 00014 DATA32, 00015 DATA33, 00016 DATA34, 00017 DATA35, 00018 CHECK3, 00019 }; 00020 enum{ 00021 KEY4 = 0, 00022 DATA41, 00023 DATA42, 00024 DATA43, 00025 DATA44, 00026 DATA45, 00027 CHECK4, 00028 };
Generated on Tue Jul 12 2022 12:46:47 by
1.7.2