PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

library.properties 605B

3 лет назад
12345678910
  1. name=Ethernet
  2. version=2.0.0
  3. author=Various (see AUTHORS file for details)
  4. maintainer=Paul Stoffregen <paul@pjrc.com>, Arduino <info@arduino.cc>
  5. sentence=Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield.
  6. paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.
  7. category=Communication
  8. url=http://www.arduino.cc/en/Reference/Ethernet
  9. architectures=*
  10. includes=Ethernet.h