Shao Rui / CH_Communicatuin_Test2

Dependencies:   mbed-dev_spine

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers data_pc.cpp Source File

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