Anim

Dependencies:   BSP_DISCO_F429ZI EEPROM_DISCO_F429ZI FT810 GYRO_DISCO_F429ZI KEYPAD_DISCO_F429ZI LCD_DISCO_F429ZI PinDetect SDRAM_DISCO_F429ZI TS_DISCO_F429ZI mbed

Committer:
mozillain
Date:
Wed Jan 24 13:10:37 2018 +0000
Revision:
1:2ceb29686290
Anim

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mozillain 1:2ceb29686290 1 #include "port.h"
mozillain 1:2ceb29686290 2 #ifndef _MB_CRC_H
mozillain 1:2ceb29686290 3 #define _MB_CRC_H
mozillain 1:2ceb29686290 4
mozillain 1:2ceb29686290 5 USHORT usMBCRC16( UCHAR * pucFrame, USHORT usLen );
mozillain 1:2ceb29686290 6
mozillain 1:2ceb29686290 7 #endif