Skip to content

LimChihi/CRC16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRC16


CRC16 PowerBy Swift

Usage


You can follow the Demo

let crc16 = CRC16()
let data: [UInt8] = [1,2,3,4,5,6]
let crc = crc16.getCRCResult(data)

Notice


You should change the SEED gPloy in CRC16

private let gPloy = 0x0000

About

CRC16 By Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages