Collections of BERTL libraries

Committer:
DongExpander
Date:
Mon Apr 18 12:30:42 2016 +0000
Revision:
2:4a9ed5ca8a9a
Child:
3:1708f20fd55b
Feature; Added functions_bertl and class_software

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DongExpander 2:4a9ed5ca8a9a 1 #ifndef functions_bertl
DongExpander 2:4a9ed5ca8a9a 2 #define functions_bertl
DongExpander 2:4a9ed5ca8a9a 3
DongExpander 2:4a9ed5ca8a9a 4 void line_turn(unsigned char linesegment, int speed, Motor left, Motor right);
DongExpander 2:4a9ed5ca8a9a 5
DongExpander 2:4a9ed5ca8a9a 6 unsigned char sensor_to_byte(IRSensor LL, IRSensor L, IRSensor M, IRSensor R, IRSensor RR);
DongExpander 2:4a9ed5ca8a9a 7
DongExpander 2:4a9ed5ca8a9a 8 #endif
DongExpander 2:4a9ed5ca8a9a 9