Skip to content

Commit

Permalink
Release 3.0 checkin
Browse files Browse the repository at this point in the history
Added support for Brain Computer Interface (BCI)
  • Loading branch information
saiprasadb01 committed Mar 30, 2024
1 parent 65549b3 commit e17f56e
Show file tree
Hide file tree
Showing 603 changed files with 3,611,286 additions and 143 deletions.
16 changes: 16 additions & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[*.cs]

# CS4014: Because this call is not awaited, execution of the current method continues before the call is completed
dotnet_diagnostic.CS4014.severity = suggestion

# CS0067: The event 'ACATConfigMainForm.EvtLanguageChanged' is never used
dotnet_diagnostic.CS0067.severity = suggestion

root = true

[*.{cs,vb}]
dotnet_diagnostic.IDE1006.severity=silent
dotnet_diagnostic.IDE0019.severity=silent
dotnet_diagnostic.IDE0020.severity=silent
dotnet_diagnostic.IDE0038.severity=silent
dotnet_diagnostic.IDE0060.severity=silent
Binary file added src/3rdParty/FTDI Driver/Static/amd64/ftd2xx.lib
Binary file not shown.
Binary file added src/3rdParty/FTDI Driver/Static/i386/ftd2xx.lib
Binary file not shown.
Binary file added src/3rdParty/FTDI Driver/amd64/ftbusui.dll
Binary file not shown.
Binary file added src/3rdParty/FTDI Driver/amd64/ftcserco.dll
Binary file not shown.
Binary file added src/3rdParty/FTDI Driver/amd64/ftd2xx.lib
Binary file not shown.
Binary file added src/3rdParty/FTDI Driver/amd64/ftd2xx64.dll
Binary file not shown.
Binary file added src/3rdParty/FTDI Driver/amd64/ftdibus.sys
Binary file not shown.
Binary file added src/3rdParty/FTDI Driver/amd64/ftlang.dll
Binary file not shown.
Binary file added src/3rdParty/FTDI Driver/amd64/ftser2k.sys
Binary file not shown.
Binary file added src/3rdParty/FTDI Driver/amd64/ftserui2.dll
Binary file not shown.
Loading

0 comments on commit e17f56e

Please sign in to comment.