caleb crome
caleb crome
I want the ability to automatically create horizontal, full coverage shelves in the gridfinity layout. This will let me easily make cutouts for screwdrives, and other custom items **Describe the...
Is this a dumb idea?  You can check it out live here: http://boxes.crome.org. And the commit is here: https://github.com/ccrome/boxes/commit/fb8ccf2ef31763400d2beb1d3546384566e5d14a I'm getting the git info via subprocess.run() as opposed to...
## Checklist - [x] Please provide specific title of the PR describing the change - [x] Please provide related links (*eg. Issue which will be closed by this Pull Request*)...
This allows you use use more than one TX or RX pin in TDM mode, allowing for up to 64 channels of record or playback data This fix goes hand-in-hand...
### input_tdm: every odd channel had every other sample swapped The TDM input and TDM2 Input modules have samples swapped on every other frame. So for example, assume the following...
Update USB descriptors to have variable number of channels on TX and RX Added support for defining multiple data pins. This allows use of more than one TX and/or RX...
hello, I'm attempting to bring up this display: https://www.aliexpress.us/item/2251801244065697.html?spm=a2g0o.order_list.order_list_main.5.206b1802g9JQBh&gatewayAdapt=glo2usa It has an ST7567, and an SPI 4 wire interface. I'm attempting various versions of this, and cannot get anything at...
This patch adds support for USB_MTPDISK_DUAL_SERIAL and USB_MTPDISK_TRIPLE_SERIAL and is a companion to https://github.com/PaulStoffregen/cores/pull/789.
the current version does not create a proper kicad library. It puts the new symbol outisde of the kicad library structure. This fixes it to create a proper kicad v9...
This patch adds support for USB_MTPDISK_DUAL_SERIAL and USB_MTPDISK_TRIPLE_SERIAL and is a companion to https://github.com/platformio/platform-teensy/pull/119