Add multicore support with setup1/loop1 (#113)
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.
Showing
docs/multicore.rst
0 → 100644
Please register or sign in to comment