mongoose/examples/micropython/main.py
2023-11-02 18:17:33 -03:00

6 lines
69 B
Python

import mongoose
mongoose.init()
while True:
mongoose.poll(1000)