PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
605B

  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