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: docs/UserAPI.rst
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -141,16 +141,11 @@ A few general rules to keep in mind:
141
141
Julia API Reference
142
142
---------------------
143
143
144
-
Julia binding calls C\C++ code as any other binding. Use Julia examples and API reference for other languaes as a starting point.
144
+
Julia binding calls C/C++ code as any other binding. Use Julia examples and API reference for other languaes as a starting point.
145
145
146
146
Since Julia is not Object-Oriented language, there is no DataFilter class. BoardShim class exists but all BoardShim class methods were moved to BrainFlow package and you need to pass BoardShim object to them.
0 commit comments