PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

11 rindas
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