akiyoshi oguro
/
Nucleo_Hall_Set_import
Hall Sensor PCB mounting
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 |
diff -r f8b3b7c6c71b -r 5636e2520744 main.cpp --- 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);