You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight C++ wrapper for libgpiod (v2.x) to simplify GPIO usage on Linux/Raspberry Pi. Offers human-friendly functions like configurePin(), setPin(), getPin(), attachInterrupt(), and detachPin() — without deep knowledge of the complex libgpiod API.
This repo includes all labs about EEE 212 in Bilkent University. Two type of board are used in this repo. Firstly, Assembly codes were written for 8051. C codes were written for KL25Z.
Designed and implemented interrupt-driven bare-metal firmware on LPC1768 ARM Cortex-M3 featuring RTC peripheral configuration and I2C 16x2 LCD driver integration in Embedded C.