สัสชิน

Dependencies:   BEAR_Protocol_Edited_V22 BufferedSerial Debug MaxSonar PID Process QEI UI iSerial mbed

Fork of clean_V2 by Betago

UNTRASONIC.h

Committer:
icyzkungz
Date:
2016-06-08
Revision:
8:fc70c78a443b
Parent:
1:45f1573d65a1

File content as of revision 8:fc70c78a443b:

#ifndef UNTRASONIC_H
#define UNTRASONIC_H
class sensor
{
    private:float sen_1,sen_2,sen_3,sen_4,sen_5,sen_6,sen_7,sen_8,sen_9,sen_10;
    public : void get_sen();
             void get_motor();
             void inti();
             void readbat();
             sensor();
    
};
#endif