Closed b0hne closed 2 years ago
The examples for the arduino repository cant be used here directly, as for example the micro_ros_arduino.h
has changed to
micro_ros_platformio.h
Please refer to this repository example and adapt your code, feel free to ask for help if you encounter any problem.
Closing as problem is not related to micro_ros_platformio
, reopen if needed.
Hi, I trying to port my projects from arduino ide to platformio. For this i tried creating a new portenta project in platformio and pasting the main.cpp and platformio.ini from your example code. this leaves me with the following error: Did i miss a step?