Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnwargo/arduino-esp32-multiple-cores
A very small and simple example of how to run tasks on separate cores in an Arduino project
https://github.com/johnwargo/arduino-esp32-multiple-cores
Last synced: about 1 month ago
JSON representation
A very small and simple example of how to run tasks on separate cores in an Arduino project
- Host: GitHub
- URL: https://github.com/johnwargo/arduino-esp32-multiple-cores
- Owner: johnwargo
- License: mit
- Created: 2023-08-25T10:54:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T15:53:28.000Z (over 1 year ago)
- Last Synced: 2023-08-25T20:26:10.596Z (over 1 year ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Arduino Multiple Cores
This repository contains the source code for a very simple, but complete, example of how to configure an Arduino project for ESP32 to run separate tasks on each processor core.
Refer to [Arduino Running Tasks On Multiple Cores](https://johnwargo.com/posts/2023/arduino-running-tasks-on-multiple-cores/) for a complete description of this code.
***
You can find information on many different topics on my [personal blog](http://www.johnwargo.com). Learn about all of my publications at [John Wargo Books](http://www.johnwargobooks.com).
If you find this code useful and feel like thanking me for providing it, please consider Buying Me a Coffee, or making a purchase from [my Amazon Wish List](https://amzn.com/w/1WI6AAUKPT5P9).