gb.begin

From Gamebuino Wiki
Jump to: navigation, search

Description

Initialize the Gamebuino. Should be called once at the beginning of the setup() function, followed by gb.titleScreen() and gb.pickRandomSeed().

Syntax

gb.begin();

Parameters

none

Returns

none

Example

See also