First Release

Dependencies:   USBDevice

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers C_Out_FC.h Source File

C_Out_FC.h

00001 #include "mbed.h"
00002 
00003 void C_Out_FC_Initialize(
00004 /*  char        *pTemp,         // テスト用     */
00005     InterruptIn *intr_LATCH,
00006     DigitalOut  *out_DATA,
00007     InterruptIn *intr_CLOCK,
00008     InterruptIn *intr_POWDETECT,
00009     volatile int *pFCInputData,
00010     volatile char *pCh0,
00011     volatile char *pCh1,
00012     volatile char *pCh2,
00013 //  volatile char *pRapidFireValue,
00014     volatile char *pInputDeviceType,
00015     FunctionPointer *pFunc_InputEnable,
00016     FunctionPointer *pFunc_InputDisable
00017 );