PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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