Skip to content

Commit 4ab54b0

Browse files
authored
Merge pull request arduino-libraries#1 from sandeepmistry/master
Various updates
2 parents 4a2222d + 248841e commit 4ab54b0

25 files changed

+1032
-415
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.development
2+
examples/node_test_server/node_modules/

ArduinoHttpClient.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Library to simplify HTTP fetching on Arduino
2+
// (c) Copyright Arduino. 2016
3+
// Released under Apache License, version 2.0
4+
5+
#ifndef ArduinoHttpClient_h
6+
#define ArduinoHttpClient_h
7+
8+
#include "HttpClient.h"
9+
10+
#endif

0 commit comments

Comments
 (0)