Skip to content

Commit

Permalink
drop unused categories
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocrippa committed May 25, 2023
1 parent b2a82e5 commit e0dd611
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ A collaborative list of Awesome Bluetooth Low Energy resources by [🔴 intent](
- [Documentation](#documentation)
- [Library](#library)
- [Android](#android)
- [ESP32](#esp32)
- [Flutter](#flutter)
- [iOS](#ios)
- [KMM](#kmm)
- [RPi](#rpi)

## Documentation
_A collection of documentation and, RFC about BLE protocol._
Expand All @@ -36,10 +34,6 @@ _Android related resources._
- [RxAndroidBle](https://github.com/dariuszseweryn/RxAndroidBle) - An Android Bluetooth Low Energy (BLE) Library with RxJava3 interface.
- [SmartGattLib](https://github.com/movisens/SmartGattLib) - SmartGattLib is a Java library that simplifies the work with Bluetooth SMART devices (a.k.a. Bluetooth Low Energy in Bluetooth 4.0). It provides all UUIDs of the adopted GATT specification and an convenient way to interpret the characteristics (e.g. Heart Rate, BatteryLevel).

### ESP32
_ESP32 libraries._


### Flutter
_Flutter related resources._

Expand All @@ -61,10 +55,6 @@ _Kotlin Multiplaform Mobile (KMM) related resources._
- [BlueFalcon](https://github.com/Reedyuk/blue-falcon) - A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android.
- [Kable](https://github.com/JuulLabs/kable) - Kotlin Asynchronous Bluetooth Low Energy provides a simple Coroutines-powered API for interacting with Bluetooth Low Energy devices.

### RPi
_Raspberry Pi (RPi) libraries._



## Contributing

Expand Down
12 changes: 0 additions & 12 deletions contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@
"id": "flutter",
"description": "Flutter related resources.",
"parent": "library"
},
{
"title": "ESP32",
"id": "esp32",
"description": "ESP32 libraries.",
"parent": "library"
},
{
"title": "RPi",
"id": "rpi",
"description": "Raspberry Pi (RPi) libraries.",
"parent": "library"
}
],
"projects": [
Expand Down

0 comments on commit e0dd611

Please sign in to comment.