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

Dependencies:   USBDevice

Revision:
8:ea5d0963ebe5
Parent:
2:9c9226db4fb1
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