Proyecto ABInBev para la tarjeta Guaria 1/2.

Teltonika/teltonika_crc.hpp

Committer:
fmanzano_dtk
Date:
2022-07-07
Revision:
19:5580a9a54ad5
Parent:
1:9e821e640117

File content as of revision 19:5580a9a54ad5:

/**
 * @file    teltonika_crc.hpp
 * @author  Felícito Manzano (felicito.manzano@detektor.com.sv)
 * @brief 
 * @version 0.1
 * @date    2020-11-25
 * 
 * @copyright Copyright (c) 2020
 * 
 */


#ifndef __TELTONIKA_CRC_HPP
#define __TELTONIKA_CRC_HPP

    int teltonika_crc16(char buffer[], int bufLen);

#endif // __TELTONIKA_CRC_HPP