Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef Menu_Dsp_h
- #define Menu_Dsp_h
- #include "Arduino.h"
- class Menu_Dsp
- {
- public:
- void Execucao();
- void DSP_Menu();
- void Dsp_Index();
- void DSP_Sub_Menu();
- };
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement