Search found 2 matches

by unory
Sun Apr 02, 2017 10:42 am
Forum: MicroPython pyboard
Topic: Without delay(), how hard is it?
Replies: 7
Views: 8375

Re: Without delay(), how hard is it?

Thanks for the info and the code. I trying the code atm but its said ticks_ms is not define
I try to look up the library from this link but i cant find any library for utime https://pypi.python.org/pypi?%3Aaction= ... icropython

Did i miss step somewhere?
by unory
Sun Apr 02, 2017 9:05 am
Forum: MicroPython pyboard
Topic: Without delay(), how hard is it?
Replies: 7
Views: 8375

Without delay(), how hard is it?

Hi uPy Forum Just got my pyboard v1.0 2 days ago and fall in love with it. Here is what i want to do: Auto move the servo from -90 to 90 repeatedly The button input from 'X17' which is the on board button when pressed will turn the LED(1) on which is red. However i could not get it to work the way i...