Skip to content

Commit e824427

Browse files
Add library.properties for Arduino IDE compatibility (#197)
* Initial plan * Add library.properties file for Arduino IDE compatibility Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>
1 parent 2451357 commit e824427

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

library.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name=rtl_433_ESP
2+
version=0.5.0
3+
author=NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>
4+
maintainer=NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>
5+
sentence=RTL_433 433.92 MHz protocols library for Arduino
6+
paragraph=With this port of RTL_433 433.92 MHz protocols, you can receive and parse all 434 MHz protocols (e.g., rc switches or weather stations) supported by rtl_433. This should help to implement IoT bridges between the 434MHz-RF band and internet protocols. It is developed and tested on ESP32.
7+
category=Communication
8+
url=https://github.com/NorthernMan54/rtl_433_ESP
9+
architectures=esp32
10+
includes=rtl_433_ESP.h
11+
depends=RadioLib (>=7.2.1)

0 commit comments

Comments
 (0)