Skip to content

Commit dca393e

Browse files
committed
ライブラリ更新
1 parent 48c6a78 commit dca393e

File tree

6 files changed

+236
-232
lines changed

6 files changed

+236
-232
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#include "NefryEddystone.h"
2+
3+
void setup() {
4+
Eddystone.begin();
5+
Eddystone.setUrl("google.com");
6+
Serial.println("Advertise URL");
7+
}
8+
9+
void loop() {
10+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=NefryBLE
2+
version=1.0
3+
author=wami
4+
maintainer=wami
5+
sentence=
6+
paragraph=
7+
category=Communication
8+
url=
9+
architectures=esp32

0 commit comments

Comments
 (0)