PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

11 líneas
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