Skip to content

Commit

Permalink
Merge pull request #66 from Mentalab-hub/eeg98_usbc
Browse files Browse the repository at this point in the history
Added packet with ID 150 (eeg98 usbc)
  • Loading branch information
salman2135 committed Aug 18, 2023
2 parents b4c1c82 + 614b50a commit 9762e32
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -92,6 +92,12 @@ public Packet createInstance(double timeStamp) {
return new Eeg32Packet(timeStamp);
}
},
EEG98_USBC(150) {
@Override
public Packet createInstance(double timeStamp) {
return new Eeg98Packet(timeStamp);
}
},
CMDRCV(192) {
@Override
public Packet createInstance(double timeStamp) {
Expand Down

0 comments on commit 9762e32

Please sign in to comment.