
Tutorial for first mbed project
Dependencies: mbed lib_workshop_2019
Revision 8:c2d06715025f, committed 2019-10-24
- Comitter:
- gvaquette
- Date:
- Thu Oct 24 06:06:55 2019 +0000
- Parent:
- 7:c7ff04228b11
- Child:
- 9:19255172362f
- Commit message:
- todo
Changed in this revision
includes/pin_connexions.h | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/includes/pin_connexions.h Thu Oct 24 05:49:30 2019 +0000 +++ b/includes/pin_connexions.h Thu Oct 24 06:06:55 2019 +0000 @@ -24,6 +24,9 @@ /****************************************/ // Place your Serial declaration here + + + /****************************************/ /** CNY declarations **/ /* To be completed */
--- a/main.cpp Thu Oct 24 05:49:30 2019 +0000 +++ b/main.cpp Thu Oct 24 06:06:55 2019 +0000 @@ -8,9 +8,6 @@ #include "pin_connexions.h" - -Serial pc (PA_2, PA_3, 115200); - int main() { e_test user_choice ; ft_print_test_menu(pc); @@ -65,12 +62,12 @@ break; case LEFT_MOTOR : - ft_print_to_be_imp(pc) //TODO : Replace this line + ft_print_to_be_imp(pc); //TODO : Replace this line user_choice = ft_get_user_choice(pc); break; case RIGHT_MOTOR: - ft_print_to_be_imp(pc) //TODO : Replace this line + ft_print_to_be_imp(pc); //TODO : Replace this line user_choice = ft_get_user_choice(pc); break;