test cli

Dependencies:   mbed-os-example-mbed5-lorawan

Fork of Projet_de_bachelor_code by LoRa_Bachelor

Sensors.h

Committer:
Ranyd04
Date:
2018-06-08
Revision:
23:3dfaed332d89

File content as of revision 23:3dfaed332d89:

#ifndef SENSORS_H
#define SENSORS_H

#include "mbed.h"

class SENSORS{
    public:
    int current_sensor();
    int transducer_sensor();
    int vbat_sensor();
    int temp_qsd_sensor();
    int external_temp_sensor();
    };
    
#endif