ジャイロ追加前

Dependencies:   mbed FreeRTOS

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers fpga.h Source File

fpga.h

Go to the documentation of this file.
00001 /**
00002 * @file fpga.h
00003 * @brief FPGAにSPI通信でやり取りするための関数群
00004 * @author Shirota
00005 * @date 2018/10/01 ?
00006 */
00007 
00008 #ifndef _FPGA_H_
00009 #define _FPGA_H_
00010 /////////////////////////////////////////////////////////////////////
00011 #include "typedef.h"
00012 
00013 
00014 UINT16  fpgaTest(UINT16 val);
00015 UINT16  fpgaGetRpm(bool frontFlg);
00016 bool    fpgaSubProp(UCHAR iPos,INT16 iVal);
00017 void    fpgaMotor(UCHAR iPos,INT16 iVal);
00018 UINT16  fpgaGetUserSw();
00019 void    fpgaEngine(UCHAR iID , UINT16 iSlotl);
00020 void    fpgaInit();
00021 
00022 
00023 /////////////////////////////////////////////////////////////////////
00024 #endif