LWGShane Well-Known Member Licensed User Longtime User May 22, 2016 #1 Can anyone provide me a barebones template for a Raspberry Pi app? I would like to support Pi in LauncherTool.
Can anyone provide me a barebones template for a Raspberry Pi app? I would like to support Pi in LauncherTool.
Erel B4X founder Staff member Licensed User Longtime User May 22, 2016 #2 B4X: Sub Process_Globals Private gpio As GpioController End Sub Sub AppStart (Args() As String) gpio.Initialize StartMessageLoop End Sub Upvote 0
B4X: Sub Process_Globals Private gpio As GpioController End Sub Sub AppStart (Args() As String) gpio.Initialize StartMessageLoop End Sub