Skip to content

Commit

Permalink
API v2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
billkarsh committed Sep 30, 2019
1 parent 1805443 commit 34866f0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Agenda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

20190919
--------
+ API v2.11.
+ Fix calibration run file naming.
+ Fix select NI for sync if not enabled.
+ Trigger context margin now half stream length.
Expand Down
3 changes: 2 additions & 1 deletion IMEC/NeuropixAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ extern "C" {
typedef enum {
EXT_REF = 0, /**< External electrode */
TIP_REF = 1, /**< Tip electrode */
INT_REF = 2 /**< Internal electrode */
INT_REF = 2, /**< Internal electrode */
NONE_REF = 0xFF /**< disconnect reference */
}channelreference_t;

typedef enum {
Expand Down
Binary file added IMEC/NeuropixAPI_x64_2_11.lib
Binary file not shown.
Binary file removed IMEC/NeuropixAPI_x64_2_8.lib
Binary file not shown.
2 changes: 1 addition & 1 deletion SpikeGLX20.pro
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ win32 {
contains(DEFINES, HAVE_IMEC) {
QMAKE_LIBDIR += $${_PRO_FILE_PWD_}/IMEC
contains(QT_ARCH, x86_64) {
LIBS += -lNeuropixAPI_x64_2_8
LIBS += -lNeuropixAPI_x64_2_11
}
else {
LIBS += -lNeuropixAPI_x86_1_20
Expand Down
2 changes: 1 addition & 1 deletion Src-main/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define APPNAME "SpikeGLX"
#define VERSION 0x20190919
#define VERSION_STR "SpikeGLX v.20190919, Imec phase20 v2.8"
#define VERSION_STR "SpikeGLX v.20190919, Imec phase20 v2.11"

#endif // VERSION_H

Expand Down

0 comments on commit 34866f0

Please sign in to comment.