Skip to content
Snippets Groups Projects
Select Git revision
  • bd497223939a1494b1a4ea9f057c1fa937aef7f2
  • main default protected
2 results

screen.h

Blame
  • Jake's avatar
    Jake Read authored
    bd497223
    History
    screen.h 123 B
    #ifndef SCREEN_H_
    #define SCREEN_H_
    
    #include <Arduino.h>
    
    void displaySetup(void);
    void displayPrint(String msg);
    
    #endif