my test framework

Dependencies:   generic_framework

main.cpp

Committer:
AndersonIctus (anderson.ictus@gmail.com)
Date:
2019-05-01
Revision:
7:2256ac7bd384
Parent:
6:22d7b8ec507e

File content as of revision 7:2256ac7bd384:

#include "mbed.h"
#include "Teste.h"

Teste t(3);

int main() {
    t.rodaTeste();
}

// int main() {
//     // Test test();
    
//     printf("Help !! \r\n");

//     Teste test = Teste();
//     test.sayHello();
    
//     return 1;    
// }