Read a raspberry GPIO Distance Sensor via python script
Read a raspberry GPIO Distance Sensor via python script
python plugin configparser
pip install configparser
Simply clone this repo
In the config.ini-File you can set the following settings:
[HOSTING]
Port = 5001
[Distance]
Items = DistanceX,DistanceZ
[DistanceX]
Echo = 17
Trigger = 27
[DistanceZ]
Echo = 3
Trigger = 5
python DistanceService.py
Intellij with python plugin
desired
MIT