You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a version from 2015 by Serguei Glavatski which has **less functionality** than the current, but it **takes up less space on the screen** (no DRO e.g.).
31
30
This can be useful on smaller displays.
32
31
33
-
**For Reference - The Current Version**
32
+
**For Reference - The Current Version:**
34
33
35
34
The documentation and source code of the current version can be found here:
**Example using dbounce with a Mesa card (HAL file):**
59
62
60
-
**Example using dbounce with a Mesa card (HAL file)**
61
-
```hal
63
+
[source,{hal}]
64
+
----
62
65
# ---probe signal---
63
66
loadrt dbounce names=dbounce.probe
64
67
addf dbounce.probe servo-thread
65
68
66
69
setp dbounce.probe.delay 5
67
70
net probe-db dbounce.probe.in <= hm2_7i96.0.gpio.000.in
68
71
net probe-in motion.probe-input <= dbounce.probe.out
69
-
```
72
+
----
70
73
71
-
---
72
74
=== GTK Little Probe
73
75
A GTK based version of the third party Verser probe, modified for a tabbed layout for smaller displays.
74
76
@@ -77,8 +79,10 @@ image::images/gtk_little_probe.png["GTK little Probe",align="center"]
77
79
This is a modification of the 2015 version of GTK Verser Probe. It moves the elements from one window to containers with switchable vertical tabs. The goal was to reduce the window size.
78
80
79
81
80
-
**Modification of the INI file to use as embedded panel in Gmoccapy**
81
-
```ini
82
+
**Modification of the INI file to use as embedded panel in Gmoccapy:**
0 commit comments