123

Dependencies:   mbed-dev_spine

DATA_PC/data_pc.cpp

Committer:
WXD
Date:
2019-12-02
Revision:
6:aad89fd109c2
Parent:
5:6a95726e45b0

File content as of revision 6:aad89fd109c2:

#include "data_pc.h"


Serial pc(PA_2, PA_3);

Serial dianciji(PC_10, PC_11);

Serial shouzhua(PA_9, PA_10);


AnalogIn    AD1(PA_6);

AnalogIn    AD2(PA_7);

float ad1 = 0.0f;
float ad2 = 0.0f;