Skip to content

A simple C library for accessing an MCP23S17 port expander.

License

Notifications You must be signed in to change notification settings

samgardner/libmcp23s17

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libmcp23s17

A simple library for accessing the MCP23S17 port expander through SPI. See example.c for ideas on how to use.

Documentation

http://piface.github.io/libmcp23s17

Build the docs with:

$ git clone https://github.com/piface/libmcp23s17.git
$ cd libmcp23s17/docs/
$ doxygen libmcp23s17-doc.conf

To view as HTML, point your browser to libmcp23s17/docs/html/index.html.

To view as PDF:

$ cd latex/
$ make

The pdf is called refman.pdf.

About

A simple C library for accessing an MCP23S17 port expander.

Resources

License

Stars

Watchers

Forks

Packages

No packages published