PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

11 Zeilen
586B

  1. name=NativeEthernet
  2. version=1.0.1
  3. author=Various (see AUTHORS file for details)
  4. maintainer=Tino Hernandez <vjmuzik1@gmail.com>
  5. sentence=Enables network connection (local and Internet) using the Native Ethernet on Teensy 4.1.
  6. paragraph=With this library you can use the Native Ethernet (builtin) to connect to the 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=NativeEthernet.h