Micropython | ESP32 | A counter with remote control | Code Hints

preview_player
Показать описание
######## Great start point

#********************* Setup *********************#
1- setup the pins

2- setup the WIFI [as an Access Point]

3- setup web sockets
#*************************************************#

#----------------- Architecture ------------------#
Super-loop + interrupts

#********************** loop *********************#
- wait for and handle web/HTTP requests
#*************************************************#

#******************* interrupts ******************#
- button presses trigger interrupts
care the button bouncing
#*************************************************#
#-------------------------------------------------#
Рекомендации по теме
Комментарии
Автор

Probably you mean webserver instead of websocket?

SA-ojbo
welcome to shbcf.ru