Skip to content

Commit fe3ba3a

Browse files
committed
Creating serial OTA example
1 parent ab62eea commit fe3ba3a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

SerialOTA.h

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* SerialOTA.h
3+
*
4+
* Created on: Jul 30, 2020
5+
* Author: gdbeckstein
6+
*/
7+
8+
#ifndef SERIALOTA_H_
9+
#define SERIALOTA_H_
10+
11+
#include "Stream.h"
12+
13+
class SerialOTA
14+
{
15+
public:
16+
17+
SerialOTA();
18+
19+
};
20+
21+
#endif /* SERIALOTA_H_ */

0 commit comments

Comments
 (0)