A collection of bare-metal C programs for the Arduino Uno (ATmega328P). This repository documents my journey of learning embedded systems from the ground up, bypassing the Arduino IDE and high-level ...
#include <RTClib.h> // Thư viện xử lý thời gian thực cho module DS1307 hoặc DS3231 #include <SPI.h> // Thư viện giao tiếp chuẩn SPI (dùng cho module RFID) #include <MFRC522.h> // Thư viện điều khiển ...