I implemented a stack using singly linked list in C. Here is the GitHub link for it.
All posts in Electronics and Programming

I followed an assembly language routine step by step
The assembly program is for PIC16. The one I specifically did was the 8×8 unsigned multiplication. Here is the link for the material. I did this by hand first then I made a program written in Go to easily visualize what is happening step by step with the 8×8 unsigned multiplication routine. Here is the…
A Go package repository for GL.iNet AR-150 GPIO control
I have a GL.iNet AR-150 router that I bought from here. It is running OpenWrt. The variant that I chose is the one with an external antenna. I did write a shell script for manipulating the GPIOs. But I lost it(lol). I even implemented an abstraction for the shift register(74HC595). The idea is that the…

Recap: Manila Mini Maker Faire 2018
The Manila Mini Maker Faire 2018 was held at The Mind Museum, BGC Taguig on June 23 to 24, 2018. I was an exhibitor. The main project that I exhibited is the Reverduino Core by Revertronics. I also brought some other projects of mine. My friend was also an exhibitor there with his own booth…