Class ArduinoLibrary

java.lang.Object
net.sourceforge.jarduino.message.ArduinoLibrary

public final class ArduinoLibrary
extends Object
Library resources.
  • Field Details

  • Method Details

    • loadLibraryCode

      public static String loadLibraryCode()
      Load code to String.
      Returns:
      the loaded code
    • loadLibraryHeader

      public static String loadLibraryHeader()
      Load header to String.
      Returns:
      the loaded header
    • loadLibraryTemplate

      public static String loadLibraryTemplate​(String pSuffix)
      Load template to String.
      Parameters:
      pSuffix - the template suffix
      Returns:
      the loaded template