Android Question How to add Pin to project

gacar

Active Member
How to add Pin class or type to project?
I am getting unknown type "Pin" error.

B4X:
Sub Class_Globals
   Public Serial1 As Serial
   Private Timer1 As Timer
   Private pin13 As Pin '<====== unknown type Pin.
End Sub
 

gacar

Active Member
I'm sorry but I don't understand anything from this thread.
I was looking for a tutorial about timer, I found your timer tutorial, copied it to my project, but it didn't work. I realized it when you said it was a B4R project.
I just want to use the timer. I already opened a new thread on the forum for this. Thanks.
 
Upvote 0
Top