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_globals.h
/** rescue_globals.h **/ #pragma once #include <Arduino.h> #include <Pixy2.h> /** Uncomment to set debug mode on... this will print debug messages on the serial interface **/ //#define _DEBUG_ 1 #define NUM_MOTORS 2 #define NUM_DETECTORS 3 /** Pixy2 object **/ extern Pixy2 pixy;
Report a bug