All of the Arduino samples can be loaded using this code:

ScriptingEngine.gitScriptRun(
"https://github.com/madhephaestus/ArduinoExamples.git", // git location of the library
"01.Basics/Blink/Blink.ino" , // Arduino blink light demo
null
);