micro-ROS / micro_ros_arduino

micro-ROS library for Arduino
Apache License 2.0
449 stars 117 forks source link

Where to find the output files after building the precompiled library for Jazzy? #1794

Open fllay opened 4 months ago

fllay commented 4 months ago

I follow this guide How to build the precompiled library without any error but I could not find the output files. (maybe .a .h files somewhere?) Where should I look for the files?

pablogs9 commented 4 months ago

After the build, they files inside src folder are updated. You can use git to check the changes.