BTstack Bluetooth stack

Dependencies:   mbed USBHost

USBホストライブラリを変更しました。

  • Bluetoothマウス(VGP-BMS33)での動作を確認しました。mouse_demo.cpp
Revision:
1:b657594559be
Parent:
0:1ed23ab1345f
Child:
2:871b41f4789e
--- a/uvc/myjpeg.h	Tue Jun 26 14:27:45 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#ifndef MYJPEG_H
-#define MYJPEG_H
-class myjpeg {
-public:
-    myjpeg(uint8_t* buf, int len, int capacity);
-    void analytics();
-    int insertDHT();
-    int SOS_pos;
-    int DHT_pos;
-private:
-    int getc();
-    int getBE16();
-    uint8_t* m_buf;
-    int m_len;
-    int m_pos;
-    int m_capacity;
-};
-
-void QcamCopy(const char* destination, const char* source);
-
-#endif //MYJPEG_H
\ No newline at end of file