79467101

Date: 2025-02-25 15:43:16
Score: 0.5
Natty:
Report link

I have found a working solution (for my needs) using the pico sdk multicore library.

As I understand it, using just the default pico SDK, you cannot use any multithreading, such as <thread> or <pthread.h>. However, the pico SDK comes with a useful library called pico/multicore.h. It allows you to use the second core.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ThePlaneGuy45