Kuhnya Changed IP for MQTT. Added JLed

This commit is contained in:
Lexa
2025-08-21 11:07:47 +03:00
parent 4406739f56
commit c42f26105c
35 changed files with 2279 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
name=SoftwareSerial
version=1.0
author=Arduino
maintainer=Paul Stoffregen
sentence=Enables serial communication on any digital pin.
paragraph=The SoftwareSerial library has been developed to allow serial communication, using software to replicate the functionality of the hardware UART. It is possible to have multiple software serial ports with speeds up to 115200 bps. On 32 bit Teensy boards, SoftwareSerial uses the real hardware serial ports (and is restricted to only those pins), but allows compatibility with programs that depend on SoftwareSerial.
category=Communication
url=http://www.arduino.cc/en/Reference/SoftwareSerial
architectures=*