Files

copied

Scanning the repository...

Last update 6 years 9 months by Emanuele Giacomini
Filesinformaticarescuerescue_firmware
..
rescue_bumper.cpp
rescue_bumper.h
rescue_colorsensor.cpp
rescue_colorsensor.h
rescue_firmware.ino
rescue_globals.cpp
rescue_globals.h
rescue_joints.cpp
rescue_joints.h
rescue_linefollower.cpp
rescue_linefollower.h
rescue_pins.h
todo.txt
rescue_pins.h
/** rescue_pins.h **/ #pragma once #include <Arduino.h> // Joint pins #define JOINT_1_DIR_PIN 10 #define JOINT_1_PWM_PIN 11 #define JOINT_2_DIR_PIN 12 #define JOINT_2_PWM_PIN 13
Report a bug