mirror of
https://github.com/Aviortheking/remote-firmware.git
synced 2025-06-25 08:39:19 +00:00
19
include/Program.h
Normal file
19
include/Program.h
Normal file
@ -0,0 +1,19 @@
|
||||
#ifndef PROGRAM_H
|
||||
#define PROGRAM_H
|
||||
|
||||
#include "Arduino.h"
|
||||
|
||||
class Program {
|
||||
public:
|
||||
/**
|
||||
* Program startup
|
||||
*/
|
||||
Program();
|
||||
|
||||
/**
|
||||
* Program main loop
|
||||
*/
|
||||
void loop();
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user