A lightweight Unity package to interface with the NeuLog USB respiration belt.
(Check https://neulog.com/software/ if the direct links below don't work.)
- Download and install the NeuLog API: https://neulog.com/Downloads/neulog_api_ver_002b.exe
- Skim through the API User Guide: https://neulog.com/wp-content/uploads/2014/06/NeuLog-API-version-7.pdf
- From this repo, download
Builds/neulog-unity.unitypackage - Import the downloaded package to your Unity project via
Import Package > Custom Package... - With the NeuLog API running and the
NeulogManagerprefab in your scene, access the latest breath reading from any script withNeulogManager.Instance.BreathReading