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