Skip to main content

115 posts tagged with "GoSuraj"

Posts on the GoSuraj website

View All Tags

Traffic Light Simulation

· One min read
Gus
Editor
Traffic Light Simulation

Traffic Light Simulation is a program in the C Language that utilized an Arduino Uno microcontroller and LEDs in order to simulate two 4-phase traffic light systems. These 2 traffic light systems also included a pedestrian crossing feature that was simulated via keyboard keypress.

Code Indenter

· One min read
Gus
Editor
Code Indenter

Code Indenter is a Java program that adjusted indentation to ensure code within curly brackets or directly following a control statement (such as an "if" statement) is correctly indented. The Code Indenter also aligned single line comments so that they all align to the end of the longest line of code in the input program.