createFab()

Explicitly initializes the global fab object and returns it.

createFab() is optional: fab is created automatically before setup() runs. Calling it multiple times returns the same instance, preserving any open serial connection across reloads.

Returns

FabThe global fab instance.

Examples