Page 1 of 1

Making function to turn 2 LEDS ON and OFF on ESP32-WROOM-32 on Assembly in Arduino IDE

Posted: Tue Jan 16, 2024 5:39 pm
by henriquet22
Hello Guys! It's my first time writing in this forum. I would like you to help me with a project of mine, if you don't mind. I'm kinda new to these stuff but I wish some of you could help me. I'm using a ESP32-WROOM-32 and I'm using the "esp32" board manager by Espressif Systems (2.0.11) and I need to make a function that has the same output as the "digitalWrite()" function to turn 2 LEDS ON and OFF connected to pins D32 and D33 in Assembly code on Arduino IDE. Thanks in advanced. This is for school project and it NEEDS TO BE in Assembly.

Re: Making function to turn 2 LEDS ON and OFF on ESP32-WROOM-32 on Assembly in Arduino IDE

Posted: Wed Jan 17, 2024 12:09 am
by ESP_Sprite
Interesting. Given that this is a school project, we're not going to straight-up give you the answer, though. What have you tried already, what are you unsure of?