Search found 3 matches

by ichtar
Thu Mar 25, 2021 6:52 am
Forum: MicroPython pyboard
Topic: Revers strings in micropython (NotImplementedError with slices as [::-1])
Replies: 19
Views: 57377

Re: Revers strings in micropython (NotImplementedError with slices as [::-1])

I know it is a really old post but I was struggling with that too and found that

>>> str="abc"
>>> print(''.join(reversed(str)))
cba


works pretty well for me
by ichtar
Tue Mar 02, 2021 7:55 am
Forum: Other Boards
Topic: [W600 pico] Power supply
Replies: 2
Views: 1815

Re: [W600 pico] Power supply

Thanks for this quick answer it clarify things !
(I was connecting it to my arduino and I noticed that arduino got power from this 5v pin so I got confused.)
by ichtar
Mon Mar 01, 2021 10:17 am
Forum: Other Boards
Topic: [W600 pico] Power supply
Replies: 2
Views: 1815

[W600 pico] Power supply

Hi all,

Not sure if it is off topic as it is not micropython related.
But I have a hard time finding how to power supply w600 pico outside from the micro usb port.
Any help appreciated as I find only output voltage pins.

Thanks