linefollower 2.0.0.0
|
Line Follower Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Line Follower Click example.
Line Follower click carries an array of five QRE1113 miniature reflective object sensors, reading staus of AN, RST, PWM, TX and RX pins and reading tracking data.
The demo application is composed of two sections :
Application Init performs logger and click Initialization.
Application Task shows the functionality of the Line Follower click. Each one of the QRE1113 sensors consist of an infrared transmitter and infrared receiver. By default the sensor output a Logic Level 1, until they encounter a white surface which changes the output signal to 0.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |