• Earle F. Philhower, III's avatar
    Add multicore support with setup1/loop1 (#113) · 1815c45f
    Earle F. Philhower, III authored
    Support running code on the second core by adding a setup1() and/or
    a loop1() routine to a sketch.  These functions operate exactly like
    the normal Arduino ones, and anything they call will be run on
    the second core automatically.
    
    Add a simple multicore example.
    1815c45f
main.cpp 4.37 KB