Skip to content

Sternhelden/Arduino-SMI-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

smi

smi is a library for accessing Davicom products through SMI.

Version

1.0

Initialize

Using SMI to configure the object with clock pin and data pin

SMI smi(5,4);
  • smi => object
  • 5 => clock pin
  • 4 => data pin

Functions

  • read();
  • write();

License

GPL V2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages