Proyecto ABInBev para la tarjeta Guaria 1/2.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers teltonika_crc.hpp Source File

teltonika_crc.hpp

Go to the documentation of this file.
00001 /**
00002  * @file    teltonika_crc.hpp
00003  * @author  Felícito Manzano (felicito.manzano@detektor.com.sv)
00004  * @brief 
00005  * @version 0.1
00006  * @date    2020-11-25
00007  * 
00008  * @copyright Copyright (c) 2020
00009  * 
00010  */
00011 
00012 
00013 #ifndef __TELTONIKA_CRC_HPP
00014 #define __TELTONIKA_CRC_HPP
00015 
00016     int teltonika_crc16(char buffer[], int bufLen);
00017 
00018 #endif // __TELTONIKA_CRC_HPP