Diego Herranz
Diego Herranz
This code tries to match a Backspace character (hex 08, octal 010) or a Delete character (hex 7F, octal 177), but the octal number for the latter was incorrect and...
I think there was a development branch or folder including SysEx support. I can't find it anymore. Has it been merged to main branch? Which is the SysEx support status...
PIC: 18F25K22 (self-powered) UPP sw: 0.9.9-1.0.0-beta-3 UPP fw: 1.0.0 P3 OS: Ubuntu 14.04 LTS When loading the HEX file, on the Configuration Flags tab, I can see: ``` CONFIG7L (30000Ch)...
Generated from https://github.com/KiCad/kicad-packages3D-source/pull/279 Datasheet: https://sten-eswitch-13110800-production.s3.amazonaws.com/system/asset/product_line/data_sheet/158/TL3301.pdf 3D source PR: https://github.com/KiCad/kicad-packages3D-source/pull/279 Footprint PR: https://github.com/KiCad/kicad-footprints/pull/2054  Thanks! ------------ Thanks for creating a pull request to contribute to the KiCad libraries! To speed up...
Based on SW_SPST_PTS645, only minor tweaks to the legs. Datasheet: https://sten-eswitch-13110800-production.s3.amazonaws.com/system/asset/product_line/data_sheet/158/TL3301.pdf Footprint PR: https://github.com/KiCad/kicad-footprints/pull/2054 3D model PR: https://github.com/KiCad/kicad-packages3D/pull/687 Thanks!
It would be good to have this checked automatically. Thanks!
Thanks for this tool. It does basically what we need. In the Electronics world, it is very common to use the "R notation" where the decimal separator gets replaced by...
Hi! First, thanks for this driver which (if I get it to work) will solve my need of using spidev and MCP2210. This is the process I follow: ``` $...
I watched your talk at at EOSS 2023 and I found it very useful. Thanks for that! I was already using VSCode + CortexDebug but I certainly learnt a few...