Forked HIDScope
Dependents: Read_potentiometer
Fork of HIDScope by
Diff: HIDScope.h
- Revision:
- 6:188304906687
- Parent:
- 5:80d551456856
--- a/HIDScope.h Thu Oct 06 12:54:02 2016 +0000 +++ b/HIDScope.h Thu Oct 06 13:00:13 2016 +0000 @@ -4,12 +4,18 @@ #include "mbed.h" #include "USBHID.h" +#if MBED_LIBRARY_VERSION != 119 + #error HIDScope: Please select MBED revision 119 as newer versions have some known problems with HID devices. +#endif + /** A simple HID (Human Interface Device) scope * - Up to 6 channels of float data is transmitted in a single HID message (64 byte) * - Theoretical maximum samplerate of 1kHz (due to HID specifications) * - Data can be parsed using a client-side server * * See the following repository for PC software: https://bitbucket.org/tomlankhorst/hidscope + * + * There seem to be some issues with newest MBED revisions. Please select revision 119 for the time being. * * Example: * @code