UNPKG

pxt-stm32-nucleo

Version:
9 lines (7 loc) 129 B
# Docs for the STM32 Target ```blocks loops.forever(() => { turtle.turn(Direction.Left, 10); turtle.forward(1); }); ```