Hello guys,
Have anyone find a way to program the ESP32 using C? Like a PIC, STM, ATMEL chip?
I know that are other ways for programing it, using APIs that make it easy; but in my opinion, in C I can have more control of the harware and what is going on with it.
Thanks!
Using C as programming language for ESP32
-
- Posts: 1
- Joined: Fri Dec 02, 2016 12:25 pm
Using C as programming language for ESP32
Electrical engineering student, embedded systems developer.
Re: Using C as programming language for ESP32
Sure, ESP-IDF framework allows you to write programs in C. There are a few differences imposed by the framework, such as that the entry point of your application is called 'app_main' and not 'main'. Aside from that, you have all of the C99 in your disposal.
Who is online
Users browsing this forum: No registered users and 97 guests