|
Welcome to the EyeBot
Version 7 - RPi1
A Controller For Various Hardware IO
|
Defines functions to use the PSD sensors. More...
Functions | |
| int | PSDInit () |
| Initialises the IO board and sets up tables from hdt.txt. More... | |
| int | PSDGetRaw (int psd) |
| Delivers raw-data measured by the selected PSD. More... | |
| int | PSDGet (int psd) |
| Delivers actual timestamp or distance measured by the selected PSD. More... | |
Defines functions to use the PSD sensors.
| int PSDGet | ( | int | psd | ) |
Delivers actual timestamp or distance measured by the selected PSD.
| psd | the number of the psd to read |
| int PSDGetRaw | ( | int | psd | ) |
Delivers raw-data measured by the selected PSD.
| psd | the psd to read |
| int PSDInit | ( | ) |
Initialises the IO board and sets up tables from hdt.txt.
1.8.10