B4R Question Keypad Library

pokhraj_d

Member
Hello All,

I am a newbie at this form. Just started to use B4R.
Wanted to know few details:
1. For keypad sketch Do I need to include keypad library like arduino? If yes, how to perform and include the library.

2. In Arduino there is void loop() which runs continually. Here I found AppStart. Is this is same as void loop()?

3. To include any GPS library how to add with b4r? Is there is compatible library in place? If yes , please share the same.

Thanks-
Pokhraj
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Moved to the questions forum.

I recommend you to start with the programming guide: https://www.b4x.com/b4r/documentation.html

1. Keypad library is available here: https://www.b4x.com/android/forum/threads/keypad.72494/#content
You need to download it and copy it to the additional libraries folder.

2. See the first search result: https://www.b4x.com/android/forum/pages/results/?query=b4r+loop

3. There is no GPS library currently available for B4R. If you are receiving NMEA strings then it shouldn't be too difficult to parse them yourself.
 
Upvote 0

pokhraj_d

Member
Hello Erel,
I have one confusion. As I have already post that I am new in B4R.
Your post at "Timers, Loopers and CallSubPlus" I found the below details:

B4X:
Private Sub Timer1_Tick
   pin13.DigitalWrite(Not(pin13.DigitalRead))
End Sub

Could you please have some time to advice the logic "(Not(pin13.DigitalRead))" in the sketch

Thanks-
Pokhraj
 
Upvote 0
Top