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
Copy file name to clipboardExpand all lines: Robot1/README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Arduino Sketches
25
25
================
26
26
27
27
Sketches for the testing an use of our robot:
28
+
*[Photoresistor_n_Joystick_to_HbridgeL293D](https://github.com/jdsalmonson/LPCMakerClass/tree/master/Robot1/Photoresistor_n_Joystick_to_HbridgeL293D) - Sketch that runs robot in joystick mode or phototropic mode. Based on the sketch below.
28
29
*[Photoresistor2_to_HbridgeL293D](https://github.com/jdsalmonson/LPCMakerClass/tree/master/Robot1/Photoresistor2_to_HbridgeL293D) - Full sketch to run motors based on photoresistor levels, causing the robot to phototropically steer toward a flashlight.
29
30
*[SimplePhotoresistorTest](https://github.com/jdsalmonson/LPCMakerClass/tree/master/Robot1/SimplePhotoresistorTest) - Simple test of the photoresistor circuit: writes the photoresistor voltage reading from analog pin A0 to the serial monitor.
30
31
@@ -36,5 +37,7 @@ Also we have the Fritzing files for wiring this robot. These include:
36
37
* Robot1_H-Bridge_Wiring.png - PNG graphic of above Fritzing diagram
37
38
* Robot1_H-Bridge_PhotoResistorWiring.fzz - the H-bridge wiring contained in the file above plus the photoresistor circuits
38
39
* Robot1_H-Bridge_PhotoResistorWiring.png - PNG graphic of above Fritzing diagram
40
+
* Robot1_H-Bridge_PhotoResistorWiring_9Volt.fzz - the Fritzing file incorporating a 9 Volt battery instead of 6 Volts.
41
+
* Robot1_H-Bridge_PhotoResistorWiring_9Volt.png - PNG graphic of above Fritzing diagram
0 commit comments