Search found 4 matches

by mybigman
Sun Jan 12, 2020 3:50 am
Forum: General Discussion and Questions
Topic: Libraries used in Micropython
Replies: 4
Views: 2642

Re: Libraries used in Micropython

Thanks for all the replies guys much appreciated. As a new comer to MP it definitely makes it difficult when something working when your looking at the libraries and can see it has that code. I ended up just copying a couple methods over that I needed. Hopefully I will start getting my head around it.
by mybigman
Sat Jan 11, 2020 4:21 am
Forum: General Discussion and Questions
Topic: Libraries used in Micropython
Replies: 4
Views: 2642

Libraries used in Micropython

Hi All, I am trying to find where the libraries used in micropython are kept as the libraries here don't seem be to used or accurate. Take the random/urandom lib for instance - >>> import random >>> help(random) object <module 'urandom'> is of type module __name__ -- urandom getrandbits -- <function...
by mybigman
Wed Jan 08, 2020 10:22 am
Forum: ESP8266 boards
Topic: Memory issue with Blynk
Replies: 2
Views: 2543

Re: Memory issue with Blynk

thanks... appreciate it.
by mybigman
Tue Jan 07, 2020 11:32 am
Forum: ESP8266 boards
Topic: Memory issue with Blynk
Replies: 2
Views: 2543

Memory issue with Blynk

Hi Guys, I am using Wemos D1 mini pro with latest MP flashed to it and have been playing around with different examples and am really enjoying tinkering again as python makes it alot easier then using C/C++. I wanted to try out the blynk library from the offical repo, however as soon as I import it ...