exportGraphToArduinoLibrary
fun exportGraphToArduinoLibrary(graph: ComputeGraph, outputPath: String, libraryName: String): ArduinoLibraryResult(source)
Exports a ComputeGraph directly to an Arduino library.
This method integrates CCodeGenerator and ArduinoLibraryPackager to create a complete Arduino library from a validated ComputeGraph.
Return
ArduinoLibraryResult containing information about the generated library
Parameters
graph
The ComputeGraph to export
outputPath
Base path where the library directory will be created
libraryName
Name of the Arduino library