This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is just a subsection of the code (the parts relevant to multi-core stuff) | |
// It won't "just work" | |
use rp2040_hal as hal; | |
use hal::multicore::{Multicore, Stack}; | |
use hal::pac; | |
use hal::sio::Sio; | |
use heapless::spsc::Queue; | |
// These are markers are used to indicate the beginning and end |