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.
Diff: DATA_PC/data_pc.h
- Revision:
- 6:aad89fd109c2
- Parent:
- 5:6a95726e45b0
--- a/DATA_PC/data_pc.h Tue Oct 08 04:35:23 2019 +0000 +++ b/DATA_PC/data_pc.h Mon Dec 02 14:22:07 2019 +0000 @@ -7,8 +7,17 @@ extern Serial pc; +extern Serial dianciji; +extern Serial shouzhua; +extern AnalogIn AD1; + +extern AnalogIn AD2; + +extern float ad1; + +extern float ad2; #endif