Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
chibiegg committed Jun 11, 2023
1 parent 5f1142d commit 9473ad3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.properties
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
5 changes: 5 additions & 0 deletions src/SipfClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
* prints it to the Serial monitor.
*/

#ifndef SIPF_CLIENT_H
#define SIPF_CLIENT_H

// libraries
#include <String.h>
#include <WString.h>
Expand Down Expand Up @@ -177,3 +180,5 @@ class SipfClient
int _build_objects_up(uint8_t *, uint64_t, SipfObjectObject *, uint8_t);
int _build_objects_up_payload(uint8_t *, uint16_t, SipfObjectObject *, uint8_t);
};

#endif // SIPF_CLIENT_H
6 changes: 6 additions & 0 deletions src/sipf-arduino-client.h
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

0 comments on commit 9473ad3

Please sign in to comment.