18 #if (!defined (_NIBOBEE_)) && (!defined (ARDUINO_AVR_NIBOBEE))
19 #error "NIBObee library should be used with a NIBObee robot as board!"
35 unsigned int getVoltage();
37 void setLed(
int led,
int value);
39 unsigned int getAnalog(
unsigned char adc_channel,
unsigned char active=0);
40 unsigned int getRandomSeed();
69 void setPWM(
int left,
int right);
70 void setSpeed(
int left,
int right);
71 void setTargetAbs(
int left,
int right,
unsigned int speed);
72 void setTargetRel(
int left,
int right,
unsigned int speed);
88 unsigned int get(
unsigned char index,
unsigned char absolute=0);
90 unsigned int getL(
unsigned char absolute=0);
91 unsigned int getC(
unsigned char absolute=0);
92 unsigned int getR(
unsigned char absolute=0);
93 void calibrateWhite();
94 void calibrateBlack();
95 void storeCalibration();
133 void activate(
unsigned char mode);
135 unsigned int get(
unsigned char absolute=0);
Definition: NIBObee.h:104
Definition: NIBObee.h:127