GITLAB

에프에이리눅스 / 1611_0007_prime_oven

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • 1611_0007_prime_oven
  • app
  • app-prime-modbus
  • include
  • fanet
  • crc16.h
  • cf0ca80f6   app_oven_control를 app-prime-modbus로 이름 변경 Browse Code »
    김태훈
    2017-04-18 18:38:39 +0900  
crc16.h 99 Bytes
edit raw blame history
1 2 3 4 5 6
#ifndef _CRC16_H_
#define _CRC16_H_

unsigned short crc16_ccitt(const char *buf, int len);

#endif