FTKL USER
/
app-board-AnalogOut
TINF
Revision 6:e46770317c24, committed 2019-11-17
- Comitter:
- ftkl_user
- Date:
- Sun Nov 17 07:40:52 2019 +0000
- Parent:
- 5:1539103730cd
- Commit message:
- printf ok
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Nov 17 07:40:26 2019 +0000 +++ b/main.cpp Sun Nov 17 07:40:52 2019 +0000 @@ -9,7 +9,7 @@ for(float i=0.0; i<1.0; i+=0.1) { Aout = i; wait(0.00001+(0.0001*pot1.read())); - printf("%f\n", i; + printf("%f\n", i); } } }