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 DRV88255 TextLCD Ping mbed-rtos
Diff: testing.cpp
- Revision:
- 24:eeef4009640d
- Parent:
- 21:17dd0d778bda
--- a/testing.cpp Mon Jun 13 12:57:14 2016 +0000 +++ b/testing.cpp Mon Jun 13 13:41:25 2016 +0000 @@ -15,8 +15,8 @@ MOCK(temp_mock1, 40.1); -MOCK(salt_mock1, 4.0); -MOCK(prox_mock1, 10.0); +MOCK(salt_mock1, 6.1); +MOCK(prox_mock1, 6.1); bool testTempDangerousHighAlarm(TestCase *tc) { DEF_MOCKS(temp_mock1, salt_mock1, prox_mock1);