Skip to content

adding native_ethernet to portenta H7 #41

Description

@b0hne

Hi,
I used this repo on a Portenta H7, in oder to use native_ethernet i had to replace:
platform_code/arduino/native_ethernet/micro_ros_transport.cpp
#5 #include <NativeEthernetUdp.h> with <EthernetUdp.h>
and
platform_code/arduino/native_ethernet/micro_ros_transport.h
#1 #include <NativeEthernet.h> with #include <EthernetUdp.h>

I would create a pull request, but i don't know how to embed it into the existing system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions