+New "Raspberry PI Folder" Folder located at "\CircuitElements\Interface\Raspberry_JV"
++New "Read_RPI_Temp_JV" Element for Raspberry (Allows read Raspberry Internal Temperature)
++New "Set_DI_RPI_JV" Element for Raspberry (Allows configure a GPIO as Digital Input and Its Pull-X Resistor)
++New "Read_DI_RPI_JV" Element for Raspberry (Allows read the level state (HIGH or LOW) of one Digital Input)
++New "Set_DO_RPI_JV" Element for Raspberry (Allows configure a GPIO as Digital Output)
++New "Write_DO_RPI_JV" Element for Raspberry (Allows write the level state (HIGH or LOW) of one Digital Output)
Added functions to application control:
+New "System_Control Folder" Folder located at "\CircuitElements\System_Control"
++New "App_Abort_JV" New General Element that allows programmatically close the Java Virtual machine to quit your application.
++New "cmdWrite_JV" New General Element that allows send commands to the linux terminal or windows command line.
Added Examples for the New Elements:
+New "Test_Temperature_RPI_Element" Located at "\VirtualMachines\Raspberry PI" (General English Example).
+New "Test_DI_GPIO_Element" Located at "\VirtualMachines\Raspberry PI" (General English Example).
+New "Test_DO_GPIO_Element" Located at "\VirtualMachines\Raspberry PI" (General English Example).
+New "Abort_App_JV_Example" Located at "VirtualMachines\Espanol Ejemplos\Control de Aplicacion\Abort_App_JV_Example" (Spanish Example).
+New "cmdWrite_JV_Example" Located at "VirtualMachines\Espanol Ejemplos\Control de Aplicacion\cmdWrite_JV_Example" (Spanish Example).
+New "Abort_App_JV_Example" Located at "VirtualMachines\English Examples\Application_Control\Abort_App_JV_Example" (English Example).
+New "cmdWrite_JV_Example" Located at "VirtualMachines\English Examples\Application_Control\cmdWrite_JV_Example" (English Example).