9 lines
71 B
C++
9 lines
71 B
C++
#pragma once
|
|
|
|
class OTA {
|
|
|
|
public:
|
|
void setup();
|
|
|
|
void loop();
|
|
}; |