test cli

Dependencies:   mbed-os-example-mbed5-lorawan

Fork of Projet_de_bachelor_code by LoRa_Bachelor

Sensors.h

Committer:
Ranyd04
Date:
2018-06-13
Revision:
24:f00666a1be3a
Parent:
23:3dfaed332d89

File content as of revision 24:f00666a1be3a:

#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