Exemplo 01 para o SGAM 1. Exemplo com o WHILE 2. Exemplo usando MBED EVENTS

Dependencies:   mbed

sgam/sensor/temperatura/Temperatura.h

Committer:
AndersonIctus
Date:
2019-05-19
Revision:
0:b38fbba9d274

File content as of revision 0:b38fbba9d274:

#ifndef SGAM_TEMPERATURA_H
#define SGAM_TEMPERATURA_H

class Temperatura {
public:
    float getTemperature();
}
;
#endif // SGAM_TEMPERATURA_H