Search found 2 matches
- Thu Mar 02, 2017 11:20 am
- Forum: General Discussion
- Topic: Getting started with FreeRtos
- Replies: 4
- Views: 16655
Re: Getting started with FreeRtos
The program works, thanks a lot
- Thu Mar 02, 2017 8:09 am
- Forum: General Discussion
- Topic: Getting started with FreeRtos
- Replies: 4
- Views: 16655
Getting started with FreeRtos
Hi, I'm new in FreeRtos coding (and coding). I've red tutorials about Freertos and watched videos but my code does not execute like I tkinked. I use platformio IDE and esp32 devKit #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_system.h" #include "nvs_flas...