-
Add a new builtin called `@typeId`:
```zig
@typeId(comptime T: type) usize
```
This builtin returns a unique integer for each type passed, and will return the same integer for the same type.
…
-
I'm curious on which processors people run their Forth applications?
-
Hello,
I think it could be a nice idea to provide a sample project (using [arduinounit](https://github.com/mmurdoch/arduinounit/)) with continuous integration to run automatically tests.
It should…
-
Hi,
Can I interface Leonardo with TCA8418 using this code?
I was using phishman's driver but when I select Arduino Leonardo. It gives me an error. Can you help me plz?
-
Subscribe to this issue and stay notified about new [daily trending repos in c](https://github.com/trending/c?since=daily).
-
# Software tools
The software tools listed here are ones that we've found useful for various [Wild Peaches](https://wildpeaches.xyz/) articles, or maybe we think they'll cool once we get around to th…
-
I cloned the UART MPLAB config and changed the capabilities in `microchip.h`to `blCapUSBInterface`. In looking at the build output for a Fubarino SD USB, I see `cdccam.o`. Do I need to make further ch…
-
Hello,
I am sorry to open an issue but i am not familiar with github and is impossible to leave a private message.
Anyway which xmega is suggested? I would like to make a few boards based on t…
-
I am looking to use Wren on a microcontroller. I have done a quick and dirty test to prove that it runs and that reasonable enough scripts can run within the limited memory, however since I want to l…
jockm updated
8 months ago
-
A few weeks ago, @LadyAda asked my to consider porting the Teensy-specific optimizations from ILI9341_t3 into the SPITFT abstraction layer. Sorry, didn't save a link. At the time I was busy with a t…