PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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