B4R Question request board type from arduino

Hans- Joachim Krahe

Active Member
Licensed User
Longtime User
Can Arduino request its own boardtype? Usefull, to declare PinAdresses automatically for different boards...
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can use a different build configuration for each type of board.

SS-2016-08-01_17.55.17.png


B4X:
#if MEGA
 '''
#Else IF ...

#End If
 
Upvote 0
Top