Table of Contents: Intro Documentation Usage Errors and Branching Inside...
Contents: Introduction Project Setup Makefile Conclusion Introduction I've been doing...
The Problem I was trying to work with a library the other day that I built from source,...
tl;dr Implemented the I2C protocol for controller devices on an ATtiny85 using just the AVR base...
Intro My background is mostly in C and as I am still new to zig some of the type...
tl;dr Link to Github repo The Setup Sometimes your database can seem like a black box....
tl;dr Created a library to read/write UTF-8 encoded Unicode values in Zig for my simple text editor....