Using EEPROM, I create a simulation of led lights that alternately blink.
Video Simulation
INTERRUPTS
Using interrupts, I made a system that allows the continuation of an action (led light turned on) even when the condition is full-filled or is not done anymore.
In this assignment, my goal is to have the led light still on HIGH despite the button not being pressed.
Video Simulation
Tinkercad Link: https://www.tinkercad.com/things/c5OfiJYfYsM-interrupts
I2C
Using I2C communication to transfer information of when LED light should turn on. Essentially I use I2C interface to send and recieve serial data that allows this system to alternate led.
Using I2C communication to transfer information of when LED light should turn on. Essentially I use I2C interface to send and recieve serial data that allows this system to alternate led.
Video Simulation
Post a Comment