Skip to content

ArturK-85/pololu_crc7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

pololu_crc7

Simple C code for calculating CRC7 checksum for use in Pololu's Qik-2s9v1

Table of contest

Genral Info

This project is a modify original C code from Pololu site https://www.pololu.com/docs/0J25/6.a for futher use as a library in Python using ctypes

Technologies

  • C

Setup

Linux Instrucion for compile library
in terminal type:

cc -fPIC -shared -o pololu_crc7.so pololu_crc7.c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages