Advertising
advertising
related pastes to tag 'arduino'
- 2049179 - arduinohardsomtimes: arduino martian
-
- #include <Servo.h>
- Servo servoL;
- Servo servoR;
- void setup()
- {
- // Start all pins low / disable pull-ups.
- digitalWrite(6, LOW);
- digitalWrite(7, LOW);
- 2049177 - arduinohardsomtimes: arduino martian
-
- #include <Servo.h>
- Servo servoL;
- Servo servoR;
- void setup()
- {
- // Start all pins low / disable pull-ups.
- digitalWrite(6, LOW);
- digitalWrite(7, LOW);
- 1895153 - Arduino Rulet: arduino sketch
-
- /*
- Digital Rulet
- LEFT RIGHT
- 3 3
- --- ---
- 1 | 4 | 6 1 | 4 | 6
- --- ---
- 1711225 - Arduino example: arduino
-
- /* Christmas 2009
- * (C) Datagutt
- *
- * Gets you in the christmas mood
- *
- *
- *
- *
- 1497845 - Arduino Clock: arduino sketch
-
- int inPin = 3;
- void setup()
- {
- pinMode(inPin,INPUT);
- Serial.begin(57600);
- //delay(1500);
- while(Serial.available() == false){
- 1482764 - arduino.py diff: arduino emc2 cnc
-
- Index: project/reprap/arduino_emc-hal/arduino.py
- ===================================================================
- --- a/project/reprap/arduino_emc-hal/arduino.py
- +++ b/project/reprap/arduino_emc-hal/arduino.py
- @@ -20,4 +20,10 @@
- import sys
- import time
- +
- 667911 - GyroLED: arduino
-
- /*
- * GyroLED
- * by Travis A. Rosenbaum
- *
- * Animates a 7-segment LED display based on accelerometer sensors.
- */
- int timer = 100; // The higher the number, the slower the timing.