gb.begin

From Gamebuino Wiki
Revision as of 2016-12-15T00:54:08 by Yawn (talk | contribs) (Example: updated url)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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