ganbaru

Dependencies:   omni_wheel jy901 solenoid aqm0802 camera beep kohiMD linesSnsor lpf RCJESC

UI/ui.h

Committer:
piroro4560
Date:
2020-01-29
Revision:
0:ac64597d2ef8

File content as of revision 0:ac64597d2ef8:

#ifndef UI_H
#define UI_H

#include "aqm0802.h"
#include "beep.h"

class ui {
public :
    ui();
    
    void printLCD();
    
    void buzz();
    
    void 

#endif