Pointers in C/C++
What are pointers really? How do they work? And most importantly how are they useful?! In C programming, pointers point to locations. Locations in memory.… Read More »Pointers in C/C++
What are pointers really? How do they work? And most importantly how are they useful?! In C programming, pointers point to locations. Locations in memory.… Read More »Pointers in C/C++
Definition: A series of resistive elements which, when tapped at any point in between, produces a fraction of the voltage applied between its ends, is… Read More »Voltage Divider Network
A Line Follower Robot uses Infrared sensors to sense a black line or a white line. This post explains the logic used to configure a… Read More »Line Follower Robot
What is an IR module? How does it work ? And most importantly, how can you use it? This post covers it all. An active… Read More »IR Sensor Module