Advertisement
RuiViana

Menu_Dsp.h

Aug 7th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. #ifndef Menu_Dsp_h
  3. #define Menu_Dsp_h
  4.  
  5. #include "Arduino.h"
  6.  
  7. class Menu_Dsp
  8. {
  9. public:
  10.  
  11. void Execucao();
  12. void DSP_Menu();
  13. void Dsp_Index();
  14. void DSP_Sub_Menu();
  15.  
  16. };
  17.  
  18. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement