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.
Fork of Nucleo_Hall_Set by
Revision 1:5636e2520744, committed 2017-03-20
- Comitter:
- oguro
- Date:
- Mon Mar 20 08:43:52 2017 +0000
- Parent:
- 0:f8b3b7c6c71b
- Commit message:
- Power_Suply_Halltimingset
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Mar 09 01:28:47 2017 +0000
+++ b/main.cpp Mon Mar 20 08:43:52 2017 +0000
@@ -9,6 +9,9 @@
DigitalIn H3(PB_10);
AnalogOut Hout(PA_4);
+unsigned int U;
+unsigned int V;
+unsigned int W;
int main() {
pc.baud(128000);
