PikaPython icon indicating copy to clipboard operation
PikaPython copied to clipboard

建议加上空循环报错功能

Open unsigned00 opened this issue 3 years ago • 0 comments

建议加上空循环报错功能 cPython image PikaScript 5a1a6325758f92a58d5253529b03e64 在某些时候打完第一句 While True: 后发现要使用的没初始化(比如GPIO),此时就无法退出循环,只能复位mcu,如果真的要空循环建议使用pass image

unsigned00 avatar Jun 25 '22 10:06 unsigned00