ASCII Serial Com
Serial communication library between computers, microcontrollers, FPGAs, etc. Uses only ASCII. Not the most efficient protocol, but meant to be easy to read
Loading...
Searching...
No Matches
Functions
crc_16_dnp_crcmod.c File Reference
#include "crc_16_dnp_crcmod.h"
Include dependency graph for crc_16_dnp_crcmod.c:

Go to the source code of this file.

Functions

uint16_t computeCRC_16_DNP (uint8_t *data, size_t len, uint16_t crc)
 

Function Documentation

◆ computeCRC_16_DNP()

uint16_t computeCRC_16_DNP ( uint8_t * data,
size_t len,
uint16_t crc )

Definition at line 8 of file crc_16_dnp_crcmod.c.