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: generic_framework
main.cpp
- Committer:
- AndersonIctus (anderson.ictus@gmail.com)
- Date:
- 2019-04-25
- Revision:
- 5:7186cddf0850
- Parent:
- 4:0d78e328d043
- Child:
- 6:22d7b8ec507e
File content as of revision 5:7186cddf0850:
#include "mbed.h"
// #include "headers/Test.h"
int main() {
    // Test test();
    
    printf("Help !! \r\n");    
    return 1;    
}