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
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.