|
Welcome to the EyeBot
Version 7 - RPi1
A Controller For Various Hardware IO
|
Header file for the PSD sensors functions. More...
Go to the source code of this file.
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... | |
Variables | |
| HDT_PSD * | PSDFirst |
| int | PSDInitialised |
Header file for the PSD sensors functions.
| 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