generateArduinoLibrary

Generates a complete Arduino library from a ComputeGraph.

This method combines code generation with packaging to create a complete Arduino library structure with all necessary files ready for Arduino IDE use.

Return

ArduinoLibraryResult containing information about the generated library

Parameters

graph

ComputeGraph representing the neural network model

outputPath

Base path where the library directory will be created

libraryName

Name of the Arduino library