This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <QTRSensors.h> | |
#include <EEPROMex.h> | |
/* | |
EEPROM Storage/Retrieval of QTR calibration data using serial interface | |
Gathered from notes on this page: https://forum.pololu.com/t/qtr-calibration-values-from-eeprom/6823/3 | |
Using this EEPROM Library: http://thijs.elenbaas.net/2012/07/extended-eeprom-library-for-arduino/ | |
*/ | |
#define NUM_SENSORS 8 // number of sensors used |
NewerOlder