Everything you need to start building with GRiSP

Developer Resources

Source Code

Look under the surface, in GRiSP's natural habitat.

start() ->
    % Flash both LEDs red for 5 seconds
    [grisp_led:flash(L, red, 500) || L <- [1, 2]],
    timer:sleep(5000),
    % Randomly blink the first LED forever
    grisp_led:off(2),
    Random = fun() -> {bit(), bit(), bit()} end,
    grisp_led:pattern(1, [{100, Random}]).

bit() -> rand:uniform(2) - 1.

Community

Connect with the team and other makers like you!

A GRiSP board, propped up against a glass of stout, while someone on the other side of the pub table gestures excitedly.