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.
data_pc.cpp
00001 #include "data_pc.h" 00002 00003 00004 Serial pc(PA_2, PA_3); 00005 00006 Serial dianciji(PC_10, PC_11); 00007 00008 Serial shouzhua(PA_9, PA_10); 00009 00010 00011 AnalogIn AD1(PA_6); 00012 00013 AnalogIn AD2(PA_7); 00014 00015 float ad1 = 0.0f; 00016 float ad2 = 0.0f; 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029
Generated on Sun Jul 17 2022 23:34:05 by
1.7.2