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
Copy file name to clipboardExpand all lines: App/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Harp.Behavior.App
2
2
3
-
This repository folder contains the Behavior GUI application that allows its respective device configuration, developed by the Hardware & Software Platform at the Champalimaud Foundation.
3
+
This repository contains the Behavior GUI application for device configuration, developed by the Hardware & Software Platform at the Champalimaud Foundation.
4
4
5
-
The Behavior is a Harp device and has all the inherent Harp Devices functionalities.
5
+
The Behavior is a Harp device with all the inherent functionalities of Harp devices.
6
6
7
7
The GUI was developed using [.NET](https://dotnet.microsoft.com/), [AvaloniaUI](https://avaloniaui.net/) with ReactiveUI and makes direct use of the [Bonsai.Harp](https://github.com/bonsai-rx/harp) library.
8
8
@@ -18,7 +18,7 @@ Portable builds are also available.
18
18
19
19
### Linux
20
20
21
-
Since the application accesses the serial port, your user needs to be on the `dialout`group or equivalent.
21
+
Since the application accesses the serial port, your user needs to be on the `dialout`group or equivalent.
22
22
23
23
There might be other alternatives to this, but at least on Ubuntu and Fedora que command that you need to run to add your user to the `dialout` group is:
0 commit comments