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/data_pc.h
- Committer:
- WXD
- Date:
- 2019-12-02
- Revision:
- 6:aad89fd109c2
- Parent:
- 5:6a95726e45b0
File content as of revision 6:aad89fd109c2:
#ifndef _DATA_PC_H #define _DATA_PC_H #include "mbed.h" extern Serial pc; extern Serial dianciji; extern Serial shouzhua; extern AnalogIn AD1; extern AnalogIn AD2; extern float ad1; extern float ad2; #endif