-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=arduino-sipf-client | ||
name=sipf-arduino-client | ||
version=0.1.0 | ||
author=SAKURA internet Inc. | ||
maintainer=SAKURA internet Inc. | ||
sentence=SIPF Library for Arduino | ||
paragraph= | ||
category=Communication | ||
url=https://github.com/sakura-internet/arduino-sipf-client | ||
url=https://github.com/sakura-internet/sipf-arduino-client | ||
architectures=spresense |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef SIPF_ARDUINO_CLIENT_H | ||
#define SIPF_ARDUINO_CLIENT_H | ||
|
||
#include "SipfClient.h" | ||
|
||
#endif //SIPF_ARDUINO_CLIENT_H |