Skip to content

Commit 640f6a3

Browse files
committed
updaated readme
1 parent 96baba8 commit 640f6a3

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

App/Harp.Behavior.Design/ViewModels/MyDeviceViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4883,7 +4883,6 @@ await WriteAndLogAsync(
48834883
});
48844884
}
48854885

4886-
48874886
private IObservable<Unit> ExecutePwmDO0Start()
48884887
{
48894888
return Observable.StartAsync(async () =>
@@ -5188,7 +5187,6 @@ await WriteAndLogAsync(
51885187
});
51895188
}
51905189

5191-
51925190
private IObservable<Unit> LoadUsbInformation()
51935191
{
51945192
return Observable.Start(() =>

App/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Harp.Behavior.App
22

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.
44

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.
66

77
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.
88

@@ -18,7 +18,7 @@ Portable builds are also available.
1818

1919
### Linux
2020

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.
2222

2323
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:
2424

0 commit comments

Comments
 (0)