Skip to content

Commit 1fc82c6

Browse files
committed
Initial Commit
1 parent ff6b168 commit 1fc82c6

File tree

6 files changed

+1086
-1
lines changed

6 files changed

+1086
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Telemetrix4Arduino
2-
The Telemetrix Project Server For Arduino-Core
2+
The Telemetrix Project Server For Arduino-Core. For instructions on use,
3+
see the [Telemetrix User's Guide.](https://mryslab.github.io/telemetrix/)

Telemetrix4Arduino.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "Telemetrix4Arduino.h"
2+
3+

Telemetrix4Arduino.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#ifndef _TELEMETRIX4ARDUINO_H_
2+
#define _TELEMETRIX4ARDUINO_H_
3+
4+
class Telemetrix4Arduino {
5+
6+
public:
7+
};
8+
9+
#endif //_TELEMETRIX4ARDUINO_H_

0 commit comments

Comments
 (0)