42#ifndef MeLineFollower_H
43#define MeLineFollower_H
54#define S1_IN_S2_IN (0x00)
55#define S1_IN_S2_OUT (0x01)
56#define S1_OUT_S2_IN (0x02)
57#define S1_OUT_S2_OUT (0x03)
64#ifndef ME_PORT_DEFINED
95 MeLineFollower(uint8_t Sensor1,uint8_t Sensor2);
113 void setpin(uint8_t Sensor1,uint8_t Sensor2);
162 volatile uint8_t _Sensor1;
163 volatile uint8_t _Sensor2;
Configuration file of library.
Header for MePort.cpp module.
Driver for Me line follwer device.
Definition MeLineFollower.h:69
MeLineFollower(void)
Definition MeLineFollower.cpp:53
bool readSensor2(void)
Definition MeLineFollower.cpp:177
uint8_t readSensors(void)
Definition MeLineFollower.cpp:128
bool readSensor1(void)
Definition MeLineFollower.cpp:155
Port Mapping for RJ25.
Definition MePort.h:128