esp idf c 2b 2b

Solutions on MaxInterview for esp idf c 2b 2b by the best coders in the world

showing results for - "esp idf c 2b 2b"
Elias
10 Aug 2016
1#include <stdio.h>
2#include "freertos/FreeRTOS.h"
3#include "freertos/task.h"
4#include "esp_system.h"
5#include "esp_spi_flash.h"
6
7extern "C" {
8    void app_main(void);
9}
10
11void app_main()
12{
13    printf("Hello PlatformIO!\n");
14}
15
queries leading to this page
esp idf c 2b 2bcpp esp idfesp idf c 2b 2b