EMG uitlezen voor drie spieren (A, B en C)

Dependencies:   USBDevice

Files at this revision

API Documentation at this revision

Comitter:
Feike
Date:
Tue Oct 29 14:47:59 2019 +0000
Parent:
4:eade4ec5282b
Commit message:
HIDscopiieee

Changed in this revision

HIDScope.h Show annotated file Show diff for this revision Revisions of this file
diff -r eade4ec5282b -r ea5d0963ebe5 HIDScope.h
--- a/HIDScope.h	Thu Sep 22 08:00:52 2016 +0000
+++ b/HIDScope.h	Tue Oct 29 14:47:59 2019 +0000
@@ -16,7 +16,7 @@
  * #include "mbed.h"
  * #include "HIDScope.h"        // Require the HIDScope library
  *
- * HIDScope    scope(2);        // Instantize a 2-channel HIDScope object
+ * HIDScope    scope(4);        // Instantize a 2-channel HIDScope object
  * Ticker      scopeTimer;      // Instantize the timer for sending data to the PC 
  * 
  * AnalogIn    a0(A0);          // Using an analog input to obtain data