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: LedController
Fork of ServomotorTests by
Revision 3:47bca612f8ff, committed 2017-03-05
- Comitter:
- dupm2216
- Date:
- Sun Mar 05 18:52:56 2017 +0000
- Parent:
- 2:576923533ab1
- Commit message:
- Initial commit for LedController manual tests
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LedController.lib Sun Mar 05 18:52:56 2017 +0000 @@ -0,0 +1,1 @@ +https://developer.mbed.org/teams/NerfUS/code/LedController/#6f0756847428
--- a/Servomotor.lib Sun Feb 26 14:22:53 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://developer.mbed.org/teams/NerfUS/code/Servomotor/#093b3bdc1c40
--- a/main.cpp Sun Feb 26 14:22:53 2017 +0000
+++ b/main.cpp Sun Mar 05 18:52:56 2017 +0000
@@ -1,19 +1,5 @@
-#include "RealPwmOut.hpp"
-#include "Servomotor.hpp"
-
int main()
{
- RealPwmOut pwm_out(p21);;
- Servomotor target(pwm_out);
-
- printf("Test: The servo should go from 0 to 90 degrees, and back to 0\r\n");
-
- while(true)
- {
- target.set_position_down();
- wait_ms(500);
- target.set_position_up();
- wait_ms(500);
- }
-
+ //TODO: Manual tests for LED's
+ return 0;
}
--- a/mbed.bld Sun Feb 26 14:22:53 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/ef9c61f8c49f \ No newline at end of file
