BLE demo for mbed Ported RunningElectronics's SBDBT firmware for BLE. It can communicate with iOS

Dependencies:   FatFileSystem mbed

Fork of BTstack by Norimasa Okamoto

uvc/stcamcfg.h

Committer:
todotani
Date:
2013-02-20
Revision:
6:cf06ba884429
Parent:
0:1ed23ab1345f

File content as of revision 6:cf06ba884429:

#ifndef STCAMCFG_H
#define STCAMCFG_H
struct stcamcfg {
    uint16_t idVender;
    uint16_t idProduct;
    uint16_t width;
    uint16_t height;
    uint8_t payload;
    uint8_t bEndpointAddress; 
    uint16_t wMaxPacketSize;
    uint8_t FormatIndex;
    uint8_t FrameIndex;
    uint32_t dwFrameInterval;
    uint8_t bInterface;
    uint8_t bAlternate;
    char *name;
    int iso_FrameCount;
    int iso_itdCount;
    // work area
    int _If;
    int _Ifalt;
    int _IfClass;
    int _IfSubClass;
};
#endif //STCAMCFG_H