From 1dd2c4b8222931634b47788135a05e4d3ed1bd2a Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Mon, 28 Oct 2024 08:50:27 -0700 Subject: [PATCH] Add nebs/hello-bluetooth (#1668) --- contents.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 115b50cb..b5f24b13 100644 --- a/contents.json +++ b/contents.json @@ -32138,6 +32138,22 @@ "date_added": "Oct 26 2024", "suggested_by": "@dkhamsing", "stars": 63 - } + }, + + { + "title": "Hello Bluetooth", + "description": "Communicates with an Arduino 101 over Bluetooth with the ButtonLED", + "category-ids": [ + "misc" + ], + "tags": [ + "swift", "bluetooth", "arduino" + ], + "source": "https://github.com/nebs/hello-bluetooth", + "license": "mit", + "date_added": "Oct 27 2024", + "suggested_by": "@dkhamsing", + "stars": 73 + } ] }