FT810 DISCO-429ZI

Dependencies:   BSP_DISCO_F429ZI EEPROM_DISCO_F429ZI FT810_DISCO-F429ZI GYRO_DISCO_F429ZI KEYPAD_DISCO_F429ZI LCD_DISCO_F429ZI SDRAM_DISCO_F429ZI TS_DISCO_F429ZI mbed

Committer:
mozillain
Date:
Wed Jan 10 07:10:45 2018 +0000
Revision:
2:d3348c22b0d3
Parent:
1:2e00250c31c8
Test

Who changed what in which revision?

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