Asterocks by Yoda. Ported from Gamebuino to Pokito by Jonne using automated parser.

Dependencies:   PokittoLib

Fork of HelloWorld by Pokitto Community Team

main.cpp

Committer:
Pokitto
Date:
2018-05-02
Revision:
12:79c542632971
Parent:
4:46e28b959b54

File content as of revision 12:79c542632971:

#include "Pokitto.h"

Pokitto::Core aster;

int main()
{
    aster.begin();

    setup();

    while( aster.isRunning() )
    {
        loop();
    }
}