drone-micropython-raw 0.1.1

Bindings to MicroPython.
1
2
3
gen = (i for i in range(10))
for i in gen:
    print(i)