Page 3 of 3

Re: Modules - Device Drivers

Posted: Wed Nov 13, 2019 10:22 pm
by MCHobby
Hi, here some ADDITIONNAL contribution from MCHobby for MicroPython drivers.
Not everything is translated to english but new ones are.

Interfacing UEXT connector (SPI, I2C, UART, 3.3V Power on IDC10)
https://github.com/mchobby/pyboard-driv ... aster/UEXT

Interfacing NCD (National Control Device) connector (I2C @ 5V)
https://github.com/mchobby/pyboard-driv ... master/NCD

Motor-Skin - LD293D HBridge board
https://github.com/mchobby/pyboard-driver

MOD-VGA - 3.3V Gameduino board (SPI)
My craziest portage project... see the many example subfolder and video links (like this one https://www.youtube.com/watch?v=_6DVzVw ... e=youtu.be ).
https://github.com/mchobby/pyboard-driv ... ter/modvga

Re: Modules - Device Drivers

Posted: Fri Nov 22, 2019 3:18 am
by dps
oh this is nice! i cant wait until im good enough to use this stuff, but im so glad that this is here! thank you all so much!