<BRD_APPTWELITE>
This board BEHAVIOR assumes the same wiring as the standard application App_Twelite. It has constant definitions and readout functions for M1-M3 and BPS pins.
The following constants are defined. BRD_APPTWELITE::PIN_DI1
.
Methods are provided to obtain the values of the DIP SW (M1 M2 M3 BPS) pins.
The return value is not HIGH or LOW, but 0
means that the switch is not set (HIGH side) and 1
means that the switch is set (LOW side).
get_DIPSW_BM()
returns the value of M1, M2, M3 and BPS pins in order from bit0.
This value is checked at system startup and is not updated by operating the switch thereafter.