begin()

Description
Initializes the Circuit Playground board. NOTE: This must always be called in the setup part of the sketch.
Syntax
begin(brightness);
Parameters
brightness [uint8_t]: Optional parameter to set the brightness for all neopixels, range = 0 to 255, default = 20.
Returns
[bool]: True if board was successfully initialized, false otherwise.