|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
The pin definitions. More...
Variables | |
| const uint8_t | FRONT_RIGHT = 14 |
| Pin front right. More... | |
| const uint8_t | FRONT_LEFT = 15 |
| Pin front left. More... | |
| const uint8_t | REAR_LEFT = 24 |
| Pin rear left. More... | |
| const uint8_t | REAR_RIGHT = 26 |
| Pin rear right. More... | |
The pin definitions.
Each revolution sensor is mapped to one respecting GPIO. The base process is counting the edges in order to calculate value and travelled distance.
| const uint8_t Revolution::Pin::FRONT_LEFT = 15 |
Pin front left.
| const uint8_t Revolution::Pin::FRONT_RIGHT = 14 |
Pin front right.
| const uint8_t Revolution::Pin::REAR_LEFT = 24 |
Pin rear left.
| const uint8_t Revolution::Pin::REAR_RIGHT = 26 |
Pin rear right.
1.8.13