gb.begin

From Gamebuino Wiki
Revision as of 2014-06-24T17:52:51 by Rodot (talk | contribs) (updated to fit the latest library version)
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