Skip to content

Commit

Permalink
add github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
samuderaahr committed Nov 6, 2017
1 parent 53bf243 commit f0dc166
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ohm-client-arduino/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# OpenHardwareMonitor Client - Arduino

11 changes: 11 additions & 0 deletions ohm-client-arduino/src/ohm-client-arduino.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#define VERSION "0.1"

void setup() {
// put your setup code here, to run once:

}

void loop() {
// put your main code here, to run repeatedly:

}

0 comments on commit f0dc166

Please sign in to comment.