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.
Dependencies: mbed
Diff: exam.cpp
- Revision:
- 1:a77034716cad
- Parent:
- 0:54721f063ac8
- Child:
- 2:f56d6bd8aa25
--- a/exam.cpp Fri Mar 22 13:11:07 2019 +0000 +++ b/exam.cpp Tue Mar 26 11:32:03 2019 +0000 @@ -115,14 +115,3 @@ } } - -// Task 11 -// Count up 0->9 on the seven segmented display when A pressed and down when B pressed -// (cycle around from 0 to 9 and 9 to 0) -// (5 marks) -void Task11(TestAdmin &tester, ShiftReg &shift, DigitalIn &button_a, DigitalIn &button_b){ - - while(tester.testRunning()){ - - } -}