This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build started at 2021-09-01T15:59:02.957424 | |
Main binary: /usr/bin/python3 | |
Build Options: -Dinstall-active-runtime=false -Dservice=false -Dprefix=/home/mateo/Documents/apps/oxrinstall | |
Python system: Linux | |
The Meson build system | |
Version: 0.53.2 | |
Source dir: /home/mateo/Documents/apps/oxrdeps/monado | |
Build dir: /home/mateo/Documents/apps/oxrdeps/monado/build-meson-standalone | |
Build type: native build | |
Project name: xrt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
from time import time, sleep | |
from pathlib import Path | |
itime = time() | |
totcurrent = 0 | |
totvoltage = 0 | |
totpower = 0 | |
samples = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mateosss.github.io |