Mike Causer
Mike Causer
I'd like to try your library between two ESP8266s, or an ESP8266 and Pyboard. I updated the nRF24L01 driver to use `machine` and `time` instead of `pyb`. I also moved...
Tried using your library on a WeMos D1 mini running MicroPython v1.8.138 Almost works. Calls to `self.write_cmd()` are failing as it requires a buffer. ``` >>> import st7735 >>> import...
Sort the sidebar by: a) distance to the current viewport (centre) / your location if available b) alphabetically c) altitude
For Google Maps APIs Premium users, the `client` parameter is still used. https://developers.google.com/maps/documentation/javascript/get-api-key#client-id You can authenticate with either an api `key` or `client` id. https://developers.google.com/maps/documentation/javascript/get-api-key#clientID-features `client` param removed in https://github.com/apneadiving/Google-Maps-for-Rails/pull/537
Any plans to release PYBv10b Eagle files?
@dpgeorge I don't have the `pinout.py` used to create the new boards pinout.png I simply added jpgs as placeholders.
http://www.seeedstudio.com/depot/Grove-LED-Strip-Driver-p-1197.html
In the bottom right corner. I created a .svg of the new logo, as seen on the micropython.org site. source: Mlogo_138wh.png As a SVG, its 100 bytes smaller (less if...
After connecting and authenticating, get the version after receiving the first message that contains `WebREPL connected` and slap it in a ``.  First steps towards something more useful.