Skip to main content

auto include

Syntax


-- none --   occurs automatically

Description


With the addition of Arduino Zero ARM boards we added the feature to automatically the register and pin definition files based on choices in BASICtools. For the Zero boards there is a pulldown menu

For Coridium boards BASICtools can determine the board type from the vectors read back from the board.

With this input BASICtools generates an _includeALL.bas file in the temporary directory include the proper pin, register and user source files to be compiled after combining them with the pre-processor.

Example _includeALL.bas file

\

#include "SAMD21.bas"

#include "C:/Examples/BLINKY.bas"