Alex Leung
/
Nucleo_read_analog_value
123
Revision 1:361a6fe46f88, committed 2017-10-09
- Comitter:
- a2824256
- Date:
- Mon Oct 09 07:50:35 2017 +0000
- Parent:
- 0:b3b9ee2613e5
- Commit message:
- 123
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r b3b9ee2613e5 -r 361a6fe46f88 main.cpp --- a/main.cpp Mon Oct 09 07:49:50 2017 +0000 +++ b/main.cpp Mon Oct 09 07:50:35 2017 +0000 @@ -3,7 +3,7 @@ Serial pc(USBTX, USBRX); int rn; int main() { - + // while(1) { rn = (rand()%11)+35; pc.printf("%d\n",rn);