my generic framework

Dependents:   generic_framework_test

sources/Teste.cpp

Committer:
AndersonIctus
Date:
2019-04-25
Revision:
0:1e6019bda876
Child:
1:c35046f358f6

File content as of revision 0:1e6019bda876:

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

Teste::Teste() { }

int Teste::sayHello()
{
    return 123;
}