Mike Causer

Results 113 comments of Mike Causer

No, I don't have one of these.

I hit the pagination issue too. I have around 180 repos and I'm only seeing stats for the first 30. eg. `gts 'mcauser' 'ALL' 'save_csv'` When requesting `/user/repos` there is...

You are welcome to use the svg logo on the micropython.org site if you want. [logo.svg.zip](https://github.com/micropython/webrepl/files/554586/logo.svg.zip) [Mlogo-69x69.ai.zip](https://github.com/micropython/webrepl/files/554754/Mlogo-69x69.ai.zip) Also here: https://github.com/mcauser/micropython/tree/logo

Mention me (@mcauser) if you want me to test any code on my ESP32 (lolin32) and APA102 strip.

^ adding a `time.sleep(2)` after the `while` in `def enter_raw_repl` fixed ampy on my ESP8266.

@Avamander what is the original library url? Edit: This one: https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library

When you flash MicroPython to the board, it's creating a filesystem and mounting it as a USB storage device and enabling the VCP (Virtual COM Port) interface. See `usb_mode()` in...

Hello, I created the artwork in Illustrator and you are free to use them for any purpose without restrictions. I've added The Unlicense license. Enjoy!

You're right. My SVG uses transform rotate, but it seems fritzing doesn't support it. I'll upload a fix soon.

@RoelVB fixed in https://github.com/mcauser/Fritzing-Part-WeMos-D1-Mini/commit/1b2e1d549bce96002bd27619f98f29bf2191672e I'll make a PR on the fritzing-parts repo to cleanup the mess. My original 4 parts were "fixed" by merging into 2 parts. https://github.com/fritzing/fritzing-parts/commit/11ac5e9234c6bbef11e4330b5f7625d6aaed37c3 They got...